removed unused console log and comments

This commit is contained in:
Sébastien Drouyer 2012-12-16 18:21:07 +01:00
parent 175ad3141d
commit 0b91727a35
1 changed files with 0 additions and 1 deletions

View File

@ -780,7 +780,6 @@ function testOrm(schema) {
if (typeof expectedUserNumber === 'undefined') {
expectedUserNumber = 5;
}
//console.log(users.length, expectedUserNumber);
test.equal(users.length, expectedUserNumber, 'Exactly ' + expectedUserNumber + ' users returned by query' + context);
testHasMany(users, 'posts', callback);
}