Remove debug logging

This commit is contained in:
Alexander Kojevnikov 2011-04-19 22:33:12 +08:00
parent d5c6880c83
commit b35ae6cbcf

View File

@ -187,12 +187,6 @@ namespace Spek {
// Force the worker to quit.
reader_sync (-1);
worker_thread.join ();
var newval = TimeVal ();
newval.get_current_time ();
long ms = (newval.tv_sec - timeval.tv_sec) * 1000 +
(newval.tv_usec - timeval.tv_usec) / 1000;
print ("%i ms\n", (int) ms);
return null;
}