Skip to content

Commit 388bc25

Browse files
committed
oops
1 parent 7c883eb commit 388bc25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/query-core/src/queryObserver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ export class QueryObserver<
628628
nextResult.status === 'error' ||
629629
nextResult.data !== prevThenable.value
630630
) {
631-
console.log('recreating thenable')
632631
recreateThenable()
633632
}
634633
break

0 commit comments

Comments
 (0)