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
|
theme <s> Theme name
|
||||||
@*/
|
@*/
|
||||||
Ox.UI.getImageURL = Ox.cache(function(name, color, theme) {
|
Ox.UI.getImageURL = Ox.cache(function(name, color, theme) {
|
||||||
Ox.print('getImageURL', name, color, theme)
|
|
||||||
var colorName,
|
var colorName,
|
||||||
image = images[name],
|
image = images[name],
|
||||||
themeData,
|
themeData,
|
||||||
|
|
Loading…
Add table
Reference in a new issue