aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2ebb002..005b61e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -35,7 +35,6 @@ int interpret_bytecode(const char *filepath)
{
const char *error_str = err_as_cstr(err);
fprintf(stderr, "[ERROR]: %s\n", error_str);
- fprintf(stderr, "\t VM State:\n");
vm_print_all(&vm, stderr);
ret = 255 - err;
}