Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudBurger committed Sep 22, 2015
1 parent ef4d418 commit 4004f92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion couchpotato/core/notifications/core/static/notification.js
Expand Up @@ -33,7 +33,6 @@ var NotificationBase = new Class({
self.startInterval();
}, $(window).getSize().x <= 480 ? 2000 : 100);

self.showMessage('Dit is een bericht', true, {});
});
},

Expand Down
1 change: 0 additions & 1 deletion couchpotato/static/scripts/combined.plugins.min.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 4004f92

Please sign in to comment.