Skip to content

Commit cb59f37

Browse files
committed
docs: remove obsolete comment
1 parent f98aab4 commit cb59f37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/helpers/model/applyStaticHooks.js

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ module.exports = function applyStaticHooks(model, hooks, statics) {
4242
const cb = typeof lastArg === 'function' ? lastArg : null;
4343
const args = Array.prototype.slice.
4444
call(arguments, 0, cb == null ? numArgs : numArgs - 1);
45-
// Special case: can't use `Kareem#wrap()` because it doesn't currently
46-
// support wrapped functions that return a promise.
4745
return promiseOrCallback(cb, callback => {
4846
hooks.execPre(key, model, args).then(() => onPreComplete(null), err => onPreComplete(err));
4947

0 commit comments

Comments
 (0)