Skip to content

Commit

Permalink
removed a debuging call to console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
supernomad committed Jun 21, 2015
1 parent c0a75d7 commit fafc665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/chunked-upload-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ var routes = {

dataCache.restore(req.params.uploadId, function(error, keyVal) {
if(typeHelper.doesExist(keyVal.value)) {
console.log(keyVal);
errorHelper.genericErrorHandler(error, debug);
var file = {};
var upload = keyVal.value;
Expand Down

0 comments on commit fafc665

Please sign in to comment.