From: Jérémie Astor Date: Thu, 18 Feb 2021 14:23:56 +0000 (+0100) Subject: :art: Remove debug print X-Git-Tag: nightly~944 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a5e9ad24e14cc4ad0d1347f77068b5ee8e738d19;p=gwion.git :art: Remove debug print --- diff --git a/src/lib/object_op.c b/src/lib/object_op.c index 5fdc04ac..089f00df 100644 --- a/src/lib/object_op.c +++ b/src/lib/object_op.c @@ -29,7 +29,6 @@ describe_logical(Neq, !=) static OP_CHECK(opck_object_at) { const Exp_Binary* bin = (Exp_Binary*)data; -printf("HERE %s\n", env->name); if(opck_rassign(env, data) == env->gwion->type[et_error]) return env->gwion->type[et_error]; if(bin->rhs->exp_type == ae_exp_decl)