Skip to content

Commit

Permalink
Remove unused import (#1654)
Browse files Browse the repository at this point in the history
`util` isn't used anywhere in the file
  • Loading branch information
itsfadnis authored and DABH committed Jun 4, 2019
1 parent 4e939b3 commit bc6a363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/custom-transport.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

const { createLogger } = require('../');
const Transport = require('winston-transport');
const util = require('util');

//
// Inherit from `winston-transport` so you can take advantage
Expand Down

0 comments on commit bc6a363

Please sign in to comment.