From f03393f1c7d9be347bcdab18855c7d0fc7ea64c3 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 26 May 2014 13:17:19 +0200 Subject: [PATCH] remove print statement --- source/Ox.UI/js/Panel/SlidePanel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox.UI/js/Panel/SlidePanel.js b/source/Ox.UI/js/Panel/SlidePanel.js index 36f4c0dd..0d622393 100644 --- a/source/Ox.UI/js/Panel/SlidePanel.js +++ b/source/Ox.UI/js/Panel/SlidePanel.js @@ -53,7 +53,6 @@ Ox.SlidePanel = function(options, self) { } function updateElements() { - Ox.print('UPDATE!!!', self.options.size) self.$content.css(getContentCSS()); self.options.elements.forEach(function(element, index) { element.element.css(getElementCSS(index));