Skip to content

Commit

Permalink
remove debugging cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed May 4, 2015
1 parent fecfb99 commit 5a873c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/parallel/test-readline-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ function addTest(sequences, expectedKeys) {
sequences.forEach(function (sequence) {
fi.write(sequence);
});
console.log(keys)
console.log(expectedKeys)
assert.deepStrictEqual(keys, expectedKeys);
}

Expand Down

0 comments on commit 5a873c7

Please sign in to comment.