diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-11-13 22:37:22 +0100 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-11-13 22:37:22 +0100 |
commit | e64b78a1f6313623035fb8e2a7de1fc8fea24d75 (patch) | |
tree | 41879b9e0c5e31dd63a23718e6018f5f82ef3845 | |
parent | 8ae3720b75e65a1b822a167d198306c83db60cbb (diff) | |
download | vdr-plugin-block-e64b78a1f6313623035fb8e2a7de1fc8fea24d75.tar.gz vdr-plugin-block-e64b78a1f6313623035fb8e2a7de1fc8fea24d75.tar.bz2 |
Removed debug code. No other changes.
-rw-r--r-- | control.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ cControlBlock::~cControlBlock() } bool switch_success=cDevice::SwitchChannel(direction); - dsyslog("plugin-block-DEV: direction %i, user_direction %i, lastchannel %i, cSetupBlock::lastchannel %i, lastcchannel %s", direction, cSetupBlock::user_direction,lastchannel,cSetupBlock::LastAcceptableChannel, cSetupBlock::LastcChannel->Name()); +// dsyslog("plugin-block-DEV: direction %i, user_direction %i, lastchannel %i, cSetupBlock::lastchannel %i, lastcchannel %s", direction, cSetupBlock::user_direction,lastchannel,cSetupBlock::LastAcceptableChannel, cSetupBlock::LastcChannel->Name()); if (!switch_success) { if (cSetupBlock::ParentalGuidance==1) |