Skip to content

Commit cf20dae

Browse files
committedSep 13, 2016
removed old console.log stub
1 parent 4ff6c67 commit cf20dae

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed
 

‎bin/nodeunit

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ var
44
fs = require('fs'),
55
path = require('path');
66

7-
// TODO: remove this when https://github.com/joyent/node/pull/1312
8-
// lands in core.
9-
//
10-
// Until then, use console.log from npm (https://gist.github.com/1077544)
11-
require('../deps/console.log');
127

138
//require.paths.push(process.cwd());
149
var args = (process.ARGV || process.argv).slice(2);

‎deps/console.log.js

-55
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.