From 0fa77bd167696017009806e52d526d95e8add957 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 24 Mar 2013 20:23:38 +0530 Subject: [PATCH] remove print statement --- source/Ox.UI/js/Core/ImageElement.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Ox.UI/js/Core/ImageElement.js b/source/Ox.UI/js/Core/ImageElement.js index d8b42101..0f1b2863 100644 --- a/source/Ox.UI/js/Core/ImageElement.js +++ b/source/Ox.UI/js/Core/ImageElement.js @@ -27,8 +27,6 @@ Ox.ImageElement = function(options, self) { self.isAuto = !self.options.width && !self.options.height; - Ox.print('IMAGE OPTS', self.options, self.isAuto) - self.$screen = Ox.LoadingScreen({ size: 16, width: self.options.width,