Remove debug print

This commit is contained in:
2025-08-08 20:10:22 +02:00
parent 0e5163cc18
commit 208fcc008e
-2
View File
@@ -886,8 +886,6 @@ int step(WL_State *state)
uint8_t var_2 = read_u8(state); uint8_t var_2 = read_u8(state);
uint32_t end = read_u32(state); uint32_t end = read_u32(state);
printf("for end %u\n", end); // TODO
int base; int base;
{ {
int group = state->frames[state->num_frames-1].group; int group = state->frames[state->num_frames-1].group;