diff --git a/lib/client/storage/_filepicker.js b/lib/client/storage/_filepicker.js index d90149f9..00fa6576 100644 --- a/lib/client/storage/_filepicker.js +++ b/lib/client/storage/_filepicker.js @@ -20,11 +20,6 @@ var CloudCommander, Util, DOM, $, filepicker; filepicker.store(lContent, {filename: lName}, function(new_fpfile){ console.log(JSON.stringify(new_fpfile)); - filepicker.exportFile( - 'https://drpyjw32lhcoa.cloudfront.net/0d6afe9/img/success.png', - function(FPFile){ - console.log(FPFile.url); - }); } ); filepicker.pick(function(FPFile){