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__)