From d2e49c95673cb189ba97300be133fbb57e204829 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 9 Nov 2015 15:43:34 +0800 Subject: [PATCH] Roo/util/MixedCollection.js --- Roo/util/MixedCollection.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Roo/util/MixedCollection.js b/Roo/util/MixedCollection.js index fa47fa652c..86cd8b6d01 100644 --- a/Roo/util/MixedCollection.js +++ b/Roo/util/MixedCollection.js @@ -391,7 +391,6 @@ mc.add(otherEl); fn = fn || function(a, b){ return a-b; }; - Roo.log(fn); var c = [], k = this.keys, items = this.items; for(var i = 0, len = items.length; i < len; i++){ c[c.length] = {key: k[i], value: items[i], index: i}; -- 2.39.2