Skip to content

Commit 642c11a

Browse files
remove log
1 parent 328aaa8 commit 642c11a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/hooks/suspense/useSingleSuspenseQuery.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const useSingleSuspenseQuery = <T = any>(
3838
// Only use a temporary watched query if we don't have data yet.
3939
const watchedQuery = data ? null : (store.getQuery(key, parsedQuery, options) as WatchedQuery<T[]>);
4040
const { releaseHold } = useTemporaryHold(watchedQuery);
41-
console.log('single watched query', !!watchedQuery);
4241
React.useEffect(() => {
4342
// Set the initial yielded data
4443
// it should be available once we commit the component

0 commit comments

Comments
 (0)