Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
remove print statements in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jan 20, 2016
1 parent 61d35ed commit 8b2d855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/acceptance.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe("acceptance", function () {
}

var row = result.rows.pop();
console.log(row.range);
row.range.should.be.an.instanceOf(Range);
should.equal(val(row.range.lower), val(rangeOut.lower));
should.equal(val(row.range.upper), val(rangeOut.upper));
Expand Down

0 comments on commit 8b2d855

Please sign in to comment.