remove print statement

This commit is contained in:
rolux 2013-03-24 20:23:38 +05:30
parent 17044e6649
commit 0fa77bd167

View file

@ -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,