remove print statement
This commit is contained in:
parent
17044e6649
commit
0fa77bd167
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue