Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit f471650

Browse files
authored
remove logging (#55)
1 parent 6eb10c1 commit f471650

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/graphql.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ export async function sendGraphQLReqToHypermode(jwt: string, query: string): Pro
2424

2525
const response = await fetch(url, options);
2626

27-
console.log(jwt, response);
28-
2927
const data: any = await response.json();
3028
return data;
3129
}

0 commit comments

Comments
 (0)