Skip to content

Commit 1c1dd25

Browse files
committed
fix: remove redundant console.log statement
1 parent 1b9cd65 commit 1c1dd25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Orm/Decorators/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ export const hasManyThrough: HasManyThroughDecorator = ([relatedModel, throughMo
126126
export const beforeSave: HooksDecorator = () => {
127127
return function decorateAsHook (target, property) {
128128
target.boot()
129-
console.log('adding hook')
130129
target.before('save', target[property].bind(target))
131130
}
132131
}

0 commit comments

Comments
 (0)