From 7e4cbbc0735a13343062c9bc18e01f8d8d7b17fb Mon Sep 17 00:00:00 2001 From: Bernhard Amann Date: Thu, 22 Mar 2012 12:45:11 -0700 Subject: [PATCH] remove forgotten debug statements --- src/input/readers/Raw.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/input/readers/Raw.cc b/src/input/readers/Raw.cc index fb9243e713..f416fbe94a 100644 --- a/src/input/readers/Raw.cc +++ b/src/input/readers/Raw.cc @@ -198,7 +198,6 @@ bool Raw::DoUpdate() { // fallthrough case MANUAL: case STREAM: - Debug(DBG_INPUT, "Updating"); if ( mode == STREAM && file != NULL && in != NULL ) { fpurge(file); in->clear(); // remove end of file evil bits @@ -238,8 +237,6 @@ bool Raw::DoHeartbeat(double network_time, double current_time) { ReaderBackend::DoHeartbeat(network_time, current_time); - Debug(DBG_INPUT, "Heartbeat"); - switch ( mode ) { case MANUAL: // yay, we do nothing :)