From 2396fadf04e40dd9c3311d5d98373663289bcc3f Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 3 Jun 2014 20:25:57 +0200 Subject: [PATCH] Remove debug print --- couchpotato/core/notifications/xmpp_.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/couchpotato/core/notifications/xmpp_.py b/couchpotato/core/notifications/xmpp_.py index 9cee8c5a..f9916cd0 100644 --- a/couchpotato/core/notifications/xmpp_.py +++ b/couchpotato/core/notifications/xmpp_.py @@ -5,8 +5,6 @@ from couchpotato.core.logger import CPLog from couchpotato.core.notifications.base import Notification import xmpp -print xmpp - log = CPLog(__name__)