Skip to content

Commit fa3a2a4

Browse files
committed
cleanup
1 parent 0635491 commit fa3a2a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/QueryManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,6 @@ export class QueryManager {
13621362
onCacheHit?: () => void;
13631363
}
13641364
): ObservableAndInfo<TData> {
1365-
console.log("starting", options);
13661365
const variables = this.getVariables(query, options.variables) as TVars;
13671366

13681367
const defaults = this.defaultOptions.watchQuery;

0 commit comments

Comments
 (0)