diff --git a/source/Ox.UI/js/Core/Theme.js b/source/Ox.UI/js/Core/Theme.js index 64d17578..0c23ecbd 100644 --- a/source/Ox.UI/js/Core/Theme.js +++ b/source/Ox.UI/js/Core/Theme.js @@ -98,7 +98,6 @@ Ox.Theme = (function() { $('.OxColor').each(function() { var $element = $(this); if ($element.hasClass('OxColorName')) { - Ox.print($element.data('OxImage'), theme, $element.data('OxColor')) $element.attr({src: Ox.UI.getImageURL( $element.data('OxImage'), theme, $element.data('OxColor') )});