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