remove print statement

This commit is contained in:
rolux 2014-02-05 13:52:57 +00:00
parent ccd214ecb4
commit fa1f78cb9a

View file

@ -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: '&'