epic day with a forgotten console
This commit is contained in:
parent
7d50b4aeff
commit
f8ffccffd5
@ -48,7 +48,6 @@ BaseRollingFileStream.prototype._write = function(chunk, encoding, callback) {
|
||||
function writeTheChunk() {
|
||||
debug("writing the chunk to the underlying stream");
|
||||
that.currentSize += chunk.length;
|
||||
console.log(that.theStream);
|
||||
try {
|
||||
that.theStream.write(chunk, encoding, callback);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user