]> Nishi Git Mirror - gwion.git/commitdiff
:shirt: Remove debug log
authorfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 21 Oct 2019 23:36:25 +0000 (01:36 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 21 Oct 2019 23:36:25 +0000 (01:36 +0200)
src/parse/scan2.c

index a7c728fbd4cfee272207bb1cd9dc19042c79c525..a869082a7e3b02769f96e86f7a65b48652a9d094 100644 (file)
@@ -387,7 +387,6 @@ ANN2(1, 2) static m_bool scan2_fdef_tmpl(const Env env, const Func_Def f, const
   } while(type && (type = type->e->parent) && (nspc = type->nspc));
   --i;
   const Symbol sym = func_symbol(env, env->curr->name, name, "template", i);
-puts(s_name(sym));
   nspc_add_value(env->curr, sym, value);
   if(!overload) {
 //    func->vt_index = i; // ?????