Comment out printTrace

This commit is contained in:
Alexey Pelykh 2013-02-04 19:45:06 +02:00
parent 18cb5ba379
commit edbea8ac2b

View File

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