aboutsummaryrefslogtreecommitdiff
path: root/src/bytecode/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/bytecode.c')
-rw-r--r--src/bytecode/bytecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bytecode/bytecode.c b/src/bytecode/bytecode.c
index 0ee066c..2c43471 100644
--- a/src/bytecode/bytecode.c
+++ b/src/bytecode/bytecode.c
@@ -191,7 +191,6 @@ static void add_functions(BytecodeCompilerContext *self) {
assert(sizeof(BytecodeHeaderFunction) == 22);
self->bytecode->funcs_index = instructions->size;
- amal_log_debug("func index: %d", self->bytecode->funcs_index);
throw_if_error(buffer_expand(instructions, sizeof(u16) + sizeof(u32) + funcs_size));
throw_if_error(buffer_append(instructions, &ssa->func_counter, sizeof(u16)));
throw_if_error(buffer_append(instructions, &funcs_size, sizeof(u32)));