Remove warning in 'sys' - too aggressive
This commit is contained in:
parent
515f006b6e
commit
6ce007e89a
@ -3,7 +3,8 @@ var util = require("util");
|
|||||||
var sysWarning;
|
var sysWarning;
|
||||||
if (!sysWarning) {
|
if (!sysWarning) {
|
||||||
sysWarning = "The 'sys' module is now called 'util'. It should have a similar interface.";
|
sysWarning = "The 'sys' module is now called 'util'. It should have a similar interface.";
|
||||||
util.error(sysWarning);
|
// Uncomment in 2011
|
||||||
|
//util.error(sysWarning);
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.print = util.print;
|
exports.print = util.print;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user