Skip to content

Commit

Permalink
src: remove unused reference to fs module
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Graham <[email protected]>
  • Loading branch information
rmg committed Dec 12, 2018
1 parent 34dd8d4 commit 35a6984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

var stream = require('stream');
var util = require('util');
var fs = require('fs');

var through = require('through');
var StringDecoder = require('string_decoder').StringDecoder;
Expand Down

0 comments on commit 35a6984

Please sign in to comment.