Skip to content

Commit

Permalink
Delete useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi committed Dec 31, 2012
1 parent a274046 commit c1ffcb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parser_test.js
Expand Up @@ -607,7 +607,6 @@ drwx------ 2 0 0 4096 Apr 16 2011 lost+found\r\n\
// Flatten the array
.filter(function(value){ return !!value; })
.forEach(function(entry, i) {
console.log(entry.name)
assert.equal(unixEntries[i].type, entry.type);
assert.equal(unixEntries[i].size, entry.size);
assert.equal(unixEntries[i].name, entry.name);
Expand Down

0 comments on commit c1ffcb2

Please sign in to comment.