no need to polute the console output on jenkins

This commit is contained in:
Spencer Alger
2015-04-01 10:24:13 -07:00
parent 77f73533ee
commit bc4fb8c12b

View File

@ -193,7 +193,7 @@ function JenkinsReporter(runner) {
stack[0][name] = (stack[0][name] || '') + chunk;
}
orig.apply(obj, arguments);
// orig.apply(obj, arguments);
};
obj.__restore = function () {
this.write = orig;