From 92adc83cafc7f5a605b627b7a1527388557999a1 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 29 May 2011 11:16:52 -0600 Subject: [PATCH] remove NPE debug logging --- src/compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.cpp b/src/compile.cpp index 58aa8f861c..c29f403e61 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -8143,7 +8143,7 @@ class SignalHandler: public System::SignalHandler { t->exception = vm::root(t, root); } - printTrace(t, t->exception); + //printTrace(t, t->exception); object continuation; findUnwindTarget(t, ip, frame, stack, &continuation);