Skip to content

Commit b507746

Browse files
authored
Apply suggestion from @TkDodo
1 parent d613c2a commit b507746

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
@@ -267,7 +267,6 @@ export class QueryObserver<
267267
get: (target, key) => {
268268
this.trackProp(key as keyof QueryObserverResult)
269269
onPropTracked?.(key as keyof QueryObserverResult)
270-
console.log('tracking prop', key)
271270
if (key === 'promise' && !this.options.experimental_prefetchInRender) {
272271
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
273272
;(this.#currentThenable as PendingThenable<TData>).reject?.(

0 commit comments

Comments
 (0)