remove print statement
This commit is contained in:
parent
ccd214ecb4
commit
fa1f78cb9a
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ pandora.addFolderItem = function(section) {
|
|||
? 'votes' : 'timesaccessed';
|
||||
if (!isDuplicate) {
|
||||
(isItems ? Ox.noop : pandora.api.getEdit)({id: newList}, function(result) {
|
||||
Ox.print('RESULT::::', result.data)
|
||||
query = isItems ? {
|
||||
conditions: [{key: 'list', value: newList, operator: '=='}],
|
||||
operator: '&'
|
||||
|
|
Loading…
Reference in a new issue