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

Commit 54fbd528 by Mick Hansen

Remove console.log

1 parent b3b879b9
Showing with 0 additions and 1 deletions
...@@ -23,7 +23,6 @@ describe(Support.getTestDialectTeaser("Hooks"), function () { ...@@ -23,7 +23,6 @@ describe(Support.getTestDialectTeaser("Hooks"), function () {
}, { }, {
hooks: { hooks: {
beforeValidate: function(user, fn) { beforeValidate: function(user, fn) {
console.log("beforeValidate")
user.mood = 'happy' user.mood = 'happy'
fn(null, user) fn(null, user)
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!