From 57e2f2eea9dd27347bc0b24d079e0178780e55cc Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Tue, 28 Jul 2026 19:29:09 +1000 Subject: [PATCH] Remove something --- src/Bytecode/Instruction/execute.c | 1 - 1 file changed, 1 deletion(-) 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));