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)