epic day with a forgotten console

This commit is contained in:
Ryan Wilson 2014-06-20 13:23:57 -07:00
parent 7d50b4aeff
commit f8ffccffd5

View File

@ -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);
}