comment-out debug logging

This commit is contained in:
Joel Dice 2010-09-17 16:10:26 -06:00
parent a0a23b4692
commit 93c9395f1d

View File

@ -2625,7 +2625,7 @@ throw_(MyThread* t, object o)
(t, Machine::NullPointerExceptionType); (t, Machine::NullPointerExceptionType);
} }
printTrace(t, t->exception); // printTrace(t, t->exception);
unwind(t); unwind(t);
} }
@ -7187,7 +7187,7 @@ class SegFaultHandler: public System::SignalHandler {
t->exception = root(t, Machine::NullPointerException); t->exception = root(t, Machine::NullPointerException);
} }
printTrace(t, t->exception); // printTrace(t, t->exception);
object continuation; object continuation;
findUnwindTarget(t, ip, base, stack, &continuation); findUnwindTarget(t, ip, base, stack, &continuation);