Remove something

This commit is contained in:
2026-07-28 19:29:09 +10:00
parent 8fe67ddc2b
commit 57e2f2eea9

View File

@@ -1097,7 +1097,6 @@ struct GroundExecutionResult _GroundBytecodeInstructionExecute(GroundBytecodeIns
break; break;
} }
case 3: { case 3: {
printf("fard\n");
GroundBytecodeFunction* function = &gbs->values[offset].as.Function; GroundBytecodeFunction* function = &gbs->values[offset].as.Function;
if (function->closure == NULL) { if (function->closure == NULL) {
function->closure = malloc(sizeof(GroundBytecodeHeap)); function->closure = malloc(sizeof(GroundBytecodeHeap));