From a5e9ad24e14cc4ad0d1347f77068b5ee8e738d19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 18 Feb 2021 15:23:56 +0100 Subject: [PATCH] :art: Remove debug print --- src/lib/object_op.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.43.0