Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Dec 2, 2020
1 parent 7dae0a2 commit d826db9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,6 @@ describe('Monitor', () => {
return true;
}
catch (e) {
process._rawDebug('-- caught error:', e.stack);
return orig(message, encoding);
}
};
Expand Down

0 comments on commit d826db9

Please sign in to comment.