From 59d384c00342911f385505c57dcb07a6114bf6b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 6 May 2020 18:33:52 +0200 Subject: [PATCH] :art: Remove debug print --- src/lib/object_op.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/object_op.c b/src/lib/object_op.c index be5cd561..15114751 100644 --- a/src/lib/object_op.c +++ b/src/lib/object_op.c @@ -369,11 +369,9 @@ ANN static Class_Def template_class(const Env env, const Class_Def def, const Ty c->base.xid = name; SET_FLAG(c, template | ae_flag_ref); return c; - } ANN static m_bool class2udef(const Env env, const Class_Def a, const Type t) { -puts("\033[35mhere\033[0m"); a->union_def = new_union_def(env->gwion->mp, cpy_decl_list(env->gwion->mp, a->list), loc_cpy(env->gwion->mp, t->e->def->pos)); a->union_def->type_xid = a->base.xid; -- 2.43.0