From 95655c26b46e7a55714612a11f1eaac5e9d9d774 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 5 Oct 2009 03:28:36 -0500 Subject: [PATCH] vm: remove debug message --- vm/quotations.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/quotations.cpp b/vm/quotations.cpp index f5eaffa163..c1ab60b43d 100755 --- a/vm/quotations.cpp +++ b/vm/quotations.cpp @@ -330,7 +330,6 @@ void factor_vm::compile_all_words() } - printf("done\n"); /* Update XTs in code heap */ word_updater updater(this); iterate_code_heap(updater);