mirror of
https://github.com/alexkay/spek.git
synced 2025-04-19 01:47:37 +03:00
Remove debug logging
This commit is contained in:
parent
d5c6880c83
commit
b35ae6cbcf
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user