Remove junk console.log
authorVlad Chernushevich <mailbox@happytodesign.com>
Sun, 16 Jun 2013 18:11:56 +0000 (20:11 +0200)
committerVlad Chernushevich <mailbox@happytodesign.com>
Sun, 16 Jun 2013 18:11:56 +0000 (20:11 +0200)
client/assets/src/applets/settings.js

index 978a18e4554c9cc7909db8873febcafd7f38c50b..afe120964f0c5bfc0011ef07dd12bb848b9b10f6 100644 (file)
@@ -22,8 +22,6 @@
 \r
             $.each(_kiwi.global.settings.attributes, function(key, value) {\r
 \r
-                console.log(key, value);\r
-\r
                 var $el = $('[data-setting="' + key + '"]', that.$el);\r
 \r
                 // Only deal with settings we have a UI element for\r