]> Nishi Git Mirror - gwion.git/commitdiff
remove debug print
authorJérémie Astor <fennecdjay@gmail.com>
Tue, 12 Jan 2021 12:47:06 +0000 (13:47 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Tue, 12 Jan 2021 12:47:06 +0000 (13:47 +0100)
src/emit/emit.c

index 64e477ba67a665fbb68c73fd53be2b19af9f9bbf..2cc84734138fcf166bd2fe007ea6387bae436d7c 100644 (file)
@@ -895,8 +895,6 @@ ANN static m_bool emit_exp_call(const Emitter emit, const Exp_Call* exp_call) {
   if(isa(t, emit->gwion->type[et_function]) > 0)
     CHECK_BB(emit_exp_call1(emit, t->info->func))
   else {
-printf("call type %s %p\n", exp_call->func->type->name, actual_type(emit->gwion, exp_call->func->type));
-printf("call type %s %p\n", exp_call->func->type->name, exp_call->func->type);
     struct Op_Import opi = { .op=insert_symbol("@ctor"), .rhs=t,
       .data=(uintptr_t)exp_call, .pos=exp_self(exp_call)->pos, .op_type=op_exp };
     CHECK_BB(op_emit(emit, &opi))