Comment out printTrace

This commit is contained in:
Alexey Pelykh 2013-02-04 19:45:06 +02:00
parent 197d4f7f89
commit e4bd01f7f3

View File

@ -2695,7 +2695,7 @@ throw_(Thread* t, object e)
t->exception = e;
printTrace(t, e);
// printTrace(t, e);
popResources(t);