Skip to content

Commit c9a5b85

Browse files
committed
remove errant console.log
1 parent 53726bb commit c9a5b85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/handleProxyError.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ describe('error handling can be over-ridden by user', function() {
104104
app.use(proxy('localhost:12346', {
105105
timeout: 1,
106106
proxyErrorHandler: function(err, res, next) {
107-
console.log('bet its here');
108107
switch (err && err.code) {
109108
case 'ECONNRESET': { return res.status(405).send('504 became 405'); }
110109
case 'ECONNREFUSED': { return res.status(200).send('gotcher back'); }

0 commit comments

Comments
 (0)