From: Vlad Chernushevich Date: Sun, 16 Jun 2013 18:11:56 +0000 (+0200) Subject: Remove junk console.log X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3156bf7e4b3407df7459e8011f0b5d612fedacb4;p=KiwiIRC.git Remove junk console.log --- diff --git a/client/assets/src/applets/settings.js b/client/assets/src/applets/settings.js index 978a18e..afe1209 100644 --- a/client/assets/src/applets/settings.js +++ b/client/assets/src/applets/settings.js @@ -22,8 +22,6 @@ $.each(_kiwi.global.settings.attributes, function(key, value) { - console.log(key, value); - var $el = $('[data-setting="' + key + '"]', that.$el); // Only deal with settings we have a UI element for