Skip to content

Commit

Permalink
Remove console.log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
skomski committed Mar 9, 2012
1 parent 61e70cd commit 87a8837
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ test = function(buffer) {
Snappy.compress(buffer, function(err, compressed){
Assert.ifError(err);

process.stdout.write(compressed.toString())

Snappy.decompress(compressed, function(err, decompressed){
Assert.ifError(err);
Assert.equal(decompressed.toString(), buffer.toString());
Expand Down

0 comments on commit 87a8837

Please sign in to comment.