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';
|
? 'votes' : 'timesaccessed';
|
||||||
if (!isDuplicate) {
|
if (!isDuplicate) {
|
||||||
(isItems ? Ox.noop : pandora.api.getEdit)({id: newList}, function(result) {
|
(isItems ? Ox.noop : pandora.api.getEdit)({id: newList}, function(result) {
|
||||||
Ox.print('RESULT::::', result.data)
|
|
||||||
query = isItems ? {
|
query = isItems ? {
|
||||||
conditions: [{key: 'list', value: newList, operator: '=='}],
|
conditions: [{key: 'list', value: newList, operator: '=='}],
|
||||||
operator: '&'
|
operator: '&'
|
||||||
|
|
Loading…
Reference in a new issue