不要怂,就是干,撸起袖子干!

Commit 3fe27eab by sdepold

removed logging

1 parent d6a3ffdf
Showing with 0 additions and 3 deletions
......@@ -39,9 +39,6 @@ describe('SQLite', function() {
self.User
.create({ username: 'new user' })
.success(function(newUser) {
console.log(oldUser.values)
console.log(newUser.values)
self.User.findAll({
where: ['createdAt > ?', new Date(2012, 01, 01)]
}).success(function(users) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!