epic day with a forgotten console

cdb
Ryan Wilson 10 years ago
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…
Cancel
Save