spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit b35ae6cbcfe90759eef6addeef8997125587e054
parent d5c6880c831bba6502d6e69465a49b0e7291b67e
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Tue, 19 Apr 2011 22:33:12 +0800

Remove debug logging

Diffstat:
Msrc/spek-pipeline.vala | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/spek-pipeline.vala b/src/spek-pipeline.vala @@ -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; }