Skip to content

Commit

Permalink
Removed useless debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmin-j committed Jun 17, 2017
1 parent 00e2a4d commit 67eeba1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/edit_timer.ecpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ cTimer* timer;
if ( timer == 0 && !epgid.empty()) {
EpgEvents::DecodeDomId(epgid, channelid, eventid);
if ( channelid.Valid() && eventid != 0 ) {
cerr << "grabbing event" << endl << endl;
cSchedule const* schedule;
#if VDRVERSNUM >= 20301
{
Expand All @@ -121,7 +120,6 @@ cTimer* timer;

eventTimer.reset( new cTimer( schedule->GetEvent( eventid ) ) );
} else {
cerr << "grabbing new timer" << endl << endl;
eventTimer.reset( new cTimer() );
eventTimer->SetFlags( tfActive );
}
Expand Down

0 comments on commit 67eeba1

Please sign in to comment.