forked from 0x2620/pandora
remove print statement
This commit is contained in:
parent
01c398d7cb
commit
7ff6fd0a24
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue