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