Skip to content

Commit

Permalink
Remove unnecessary logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McNamara authored and daniel-kristjansson committed Apr 5, 2012
1 parent c4c44fa commit 5096902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/programs/mythbackend/services/dvr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ bool Dvr::RemoveRecorded( int nChanId,
.arg(dStartTime.toString(Qt::ISODate));
MythEvent me(cmd);

LOG(VB_GENERAL, LOG_INFO, cmd);

if (pInfo->HasPathname())
{
gCoreContext->dispatch(me);
Expand Down

0 comments on commit 5096902

Please sign in to comment.