forked from 0x2620/pandora
remove print statement
This commit is contained in:
parent
9fee13dd68
commit
ce1eb4d262
1 changed files with 0 additions and 1 deletions
|
@ -374,7 +374,6 @@ pandora.createLinks = function($element) {
|
|||
ui = pandora.user.ui;
|
||||
if (object.action != 'copy') {
|
||||
if (type == 'item' && ui.section == 'items' && Ox.contains(object.targets, ui._list)) {
|
||||
Ox.print('RELOADING LIST');
|
||||
pandora.reloadList();
|
||||
} else if (type == 'clip' && ui.section == 'edits' && Ox.contains(object.targets, ui.edit)) {
|
||||
// FIXME: reload clip list
|
||||
|
|
Loading…
Reference in a new issue