Skip to content

Commit

Permalink
Merge pull request #44 from muratsu/SmallFix
Browse files Browse the repository at this point in the history
Remove unused require statement
  • Loading branch information
bterlson committed Sep 11, 2015
2 parents f9b0dcd + 2cd1b43 commit 79290eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/simpleReporter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var through = require('through');
var readline = require('readline');
var util = require('util');
var path = require('path');

var state = {
Expand Down

0 comments on commit 79290eb

Please sign in to comment.