From 9d5328c64c6ac4a4f7431d53ab94220caf59baa1 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 29 Sep 2012 18:42:39 +0200 Subject: [PATCH] remove some logging --- static/js/pandora/UI.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/pandora/UI.js b/static/js/pandora/UI.js index c38042f6..76502efc 100644 --- a/static/js/pandora/UI.js +++ b/static/js/pandora/UI.js @@ -156,7 +156,6 @@ pandora.UI = (function() { // items in args trigger events, items in add do not [args, add].forEach(function(obj, isAdd) { Ox.forEach(obj, function(val, key) { - Ox.Log('', 'key/val', key, val) // make sure to not split at escaped dots ('\.') var keys = key.replace(/\\\./g, '\n').split('.').map(function(key) { return key.replace(/\n/g, '.')