vm: remove debug message
parent
6c047127ee
commit
95655c26b4
|
@ -330,7 +330,6 @@ void factor_vm::compile_all_words()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("done\n");
|
|
||||||
/* Update XTs in code heap */
|
/* Update XTs in code heap */
|
||||||
word_updater updater(this);
|
word_updater updater(this);
|
||||||
iterate_code_heap(updater);
|
iterate_code_heap(updater);
|
||||||
|
|
Loading…
Reference in New Issue