Skip to content

Commit

Permalink
#32: Removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Dec 29, 2014
1 parent f784f3f commit 500dfed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Slingshot.Upload = function (directive, metaData) {
try {
return self.requestAuthorization(context, file, metaData);
} catch(error) {
console.log(error);
return error;
}
},
Expand Down

0 comments on commit 500dfed

Please sign in to comment.