Skip to content

Commit

Permalink
Remove debug output from findTests
Browse files Browse the repository at this point in the history
  • Loading branch information
maritz committed Jul 5, 2013
1 parent 4fa6f63 commit 2e4d396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/findTests.js
Expand Up @@ -236,7 +236,6 @@ exports.find = {
console.dir(err);
t.done();
}
console.log(users[1].p('email'));
t.equals(users.length, 2, 'The loaded number of users was not 2.');
t.equals(user.p('name'), users[0].p('name'), 'The loaded version of the name was not the same as a set one.');
t.equals(user.p('email'), users[0].p('email'), 'The loaded version of the email was not the same as a set one.');
Expand Down

0 comments on commit 2e4d396

Please sign in to comment.