From e64b78a1f6313623035fb8e2a7de1fc8fea24d75 Mon Sep 17 00:00:00 2001 From: Midas Date: Sat, 13 Nov 2010 22:37:22 +0100 Subject: Removed debug code. No other changes. --- control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.c b/control.c index b289321..6e98e00 100644 --- a/control.c +++ b/control.c @@ -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) -- cgit v1.2.3