remove print statement

This commit is contained in:
rolux 2012-06-12 13:17:54 +02:00
parent 893ba67bc0
commit 6aa3f95a4d

View file

@ -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')
)});