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
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 :)