remove print statement
This commit is contained in:
parent
488cc48ca1
commit
edbcb916fd
1 changed files with 0 additions and 1 deletions
|
@ -328,7 +328,6 @@ Ox.load.UI = function(options, callback) {
|
|||
theme <s> Theme name
|
||||
@*/
|
||||
Ox.UI.getImageURL = Ox.cache(function(name, color, theme) {
|
||||
Ox.print('getImageURL', name, color, theme)
|
||||
var colorName,
|
||||
image = images[name],
|
||||
themeData,
|
||||
|
|
Loading…
Reference in a new issue