From 5ad19c0b10a152f127d9eb583d81f2da920f60f6 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);