remove forgotten debug statements

This commit is contained in:
Bernhard Amann 2012-03-22 12:45:11 -07:00
parent 5f5209fcfb
commit 7e4cbbc073

View file

@ -198,7 +198,6 @@ bool Raw::DoUpdate() {
// fallthrough // fallthrough
case MANUAL: case MANUAL:
case STREAM: case STREAM:
Debug(DBG_INPUT, "Updating");
if ( mode == STREAM && file != NULL && in != NULL ) { if ( mode == STREAM && file != NULL && in != NULL ) {
fpurge(file); fpurge(file);
in->clear(); // remove end of file evil bits 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); ReaderBackend::DoHeartbeat(network_time, current_time);
Debug(DBG_INPUT, "Heartbeat");
switch ( mode ) { switch ( mode ) {
case MANUAL: case MANUAL:
// yay, we do nothing :) // yay, we do nothing :)