Skip to content

Commit 2a81137

Browse files
committed
fix: debug statement
1 parent 107c9c1 commit 2a81137

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mobx-query.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export class MobxQuery<
111111

112112
if (this.isStaticDisabled) {
113113
this.holdedEnabledOption = undefined;
114-
console.info('hold(3)', `${this.holdedEnabledOption}`);
115114
}
116115

117116
if (typeof queryKeyOrDynamicQueryKey === 'function') {

0 commit comments

Comments
 (0)