remove print statement

This commit is contained in:
rolux 2012-12-28 18:30:28 +01:00
parent 488cc48ca1
commit edbcb916fd

View file

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