Skip to content

Commit

Permalink
s3 example: delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Nov 4, 2014
1 parent 989e0b2 commit 280e5b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ var server = http.createServer(function(req, res) {
res.writeHead(404, {'content-type': 'text/plain'});
res.end('404');
}

function onEnd() {
throw new Error("no uploaded file");
}
});
server.listen(PORT, function() {
console.info('listening on http://0.0.0.0:'+PORT+'/');
Expand Down

0 comments on commit 280e5b1

Please sign in to comment.