remove print statement

This commit is contained in:
rolux 2014-05-26 13:17:19 +02:00
parent 7ca27cf898
commit f03393f1c7

View file

@ -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));