remove print statement

This commit is contained in:
rolux 2014-10-01 15:53:30 +02:00
parent 01c398d7cb
commit 7ff6fd0a24

View file

@ -205,7 +205,6 @@ pandora.ui.groupsDialog = function(options) {
function updateLabel(id) {
Ox.Request.clearCache('getGroup');
pandora.api.getGroup({id: id}, function(result) {
Ox.print('GROUP', result.data, Ox.getIndexById(groups, id));
$labels[Ox.getIndexById(groups, id)].options({
title: getLabelTitle(result.data)
});