From ab11f85f267f21c3e70fc1538f86e30f0a934662 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 23 Jun 2012 20:22:52 +0200 Subject: [PATCH] remove log statement --- source/Ox.UI/js/Panel/SplitPanel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox.UI/js/Panel/SplitPanel.js b/source/Ox.UI/js/Panel/SplitPanel.js index 4306e0d8..9a1e0f88 100644 --- a/source/Ox.UI/js/Panel/SplitPanel.js +++ b/source/Ox.UI/js/Panel/SplitPanel.js @@ -209,7 +209,6 @@ Ox.SplitPanel = function(options, self) { that.$elements[pos] = element .css(self.edges[2], (parseInt(element.css(self.edges[2]), 10) || 0) + 'px') .css(self.edges[3], (parseInt(element.css(self.edges[3]), 10) || 0) + 'px'); - Ox.Log('Panel', 'REPLACE ELEMENT') self.options.elements[pos].element.replaceWith( self.options.elements[pos].element = element );