From 4004f92d714b71959230d299419bbb546c23a08b Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 22 Sep 2015 12:12:38 +0200 Subject: [PATCH] Remove debug message --- couchpotato/core/notifications/core/static/notification.js | 1 - couchpotato/static/scripts/combined.plugins.min.js | 1 - 2 files changed, 2 deletions(-) diff --git a/couchpotato/core/notifications/core/static/notification.js b/couchpotato/core/notifications/core/static/notification.js index 23d638a..9cdd215 100644 --- a/couchpotato/core/notifications/core/static/notification.js +++ b/couchpotato/core/notifications/core/static/notification.js @@ -33,7 +33,6 @@ var NotificationBase = new Class({ self.startInterval(); }, $(window).getSize().x <= 480 ? 2000 : 100); - self.showMessage('Dit is een bericht', true, {}); }); }, diff --git a/couchpotato/static/scripts/combined.plugins.min.js b/couchpotato/static/scripts/combined.plugins.min.js index 58b67b2..e6b294d 100644 --- a/couchpotato/static/scripts/combined.plugins.min.js +++ b/couchpotato/static/scripts/combined.plugins.min.js @@ -2452,7 +2452,6 @@ var NotificationBase = new Class({ requestTimeout(function() { self.startInterval(); }, $(window).getSize().x <= 480 ? 2e3 : 100); - self.showMessage("Dit is een bericht", true, {}); }); }, notify: function(result) {