Skip to content

Commit

Permalink
refactor: remove line that was made redundant after the last merge fr…
Browse files Browse the repository at this point in the history
…om upstream
  • Loading branch information
adamstallard committed Aug 21, 2013
1 parent ef5e76b commit 42f23c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vows.js
Expand Up @@ -34,7 +34,6 @@ vows.__defineGetter__('reporter', function () {
var stylize = require('./vows/console').stylize;
var console = vows.console = require('./vows/console');

vows.console = require('./vows/console');
vows.inspect = require('./vows/console').inspect;
vows.prepare = require('./vows/extras').prepare;
vows.tryEnd = require('./vows/suite').tryEnd;
Expand Down

0 comments on commit 42f23c3

Please sign in to comment.