remove log statement
This commit is contained in:
parent
9e8a0ca296
commit
ab11f85f26
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue