Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaychuang committed Aug 6, 2018
1 parent 73998e8 commit 8c3a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple-node-test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Logger, { Level } from '../src/index';
import { Level } from '../src/index';
import { makeTestLogger } from './test-helpers';

QUnit.module('Node.js simple logging cases');
Expand Down

0 comments on commit 8c3a1d7

Please sign in to comment.