diff --git a/src/Bytecode/Instruction/execute.c b/src/Bytecode/Instruction/execute.c index d54b33f..42da74d 100644 --- a/src/Bytecode/Instruction/execute.c +++ b/src/Bytecode/Instruction/execute.c @@ -1097,7 +1097,6 @@ struct GroundExecutionResult _GroundBytecodeInstructionExecute(GroundBytecodeIns break; } case 3: { - printf("fard\n"); GroundBytecodeFunction* function = &gbs->values[offset].as.Function; if (function->closure == NULL) { function->closure = malloc(sizeof(GroundBytecodeHeap));