From b31a7d5be4bd650e3a80c43c1c39c3f94085e6bb Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 2 Mar 2013 13:58:49 +0000 Subject: [PATCH] remove debug --- source/Ox.UI/js/Core/URL.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox.UI/js/Core/URL.js b/source/Ox.UI/js/Core/URL.js index 45ca4518..f8c0022a 100644 --- a/source/Ox.UI/js/Core/URL.js +++ b/source/Ox.UI/js/Core/URL.js @@ -472,7 +472,6 @@ Ox.URL = function(options) { spanType = self.options.spanType[state.type][ !state.item ? 'list' : 'item' ][view]; - console.log('constructSpan', spanType, self.options.views[state.type]); return (Ox.isArray(span) ? span : [span]).map(function(point) { return Ox.isNumber(point) ? ( spanType == 'date' ? constructDate(point)