Skip to content

Commit

Permalink
removing console.log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Irene Ros committed Jun 13, 2012
1 parent 4e28069 commit 21eefe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/views.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ module("Views :: Rows Selection");
var count = 0;

ds.reverseEach(function(row, index) {
console.log(row, index);
if (count === 0) {
ok(_.isEqual(row, expectedRow), "Row by position is equal");
}
Expand Down

0 comments on commit 21eefe0

Please sign in to comment.