Skip to content

Commit 8bb3ad2

Browse files
committed
chore(web): remove-log
1 parent 9a99824 commit 8bb3ad2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/src/context/GraphqlBatcher.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ interface IQuery {
2323
const Context = createContext<IGraphqlBatcher | undefined>(undefined);
2424

2525
const executor: AsyncExecutor = async ({ document, variables, extensions }) => {
26-
console.log({ url: extensions.url });
27-
2826
try {
2927
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
3028
//@ts-ignore

0 commit comments

Comments
 (0)