From aac3992eb3f72e4111ed5c4eae54c3f492627919 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 27 Mar 2013 12:57:46 +0200 Subject: [PATCH] cleaned up --- lib/client/storage/_filepicker.js | 5 ----- 1 file changed, 5 deletions(-) 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){