Skip to content

Commit

Permalink
remove logging (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
octref authored Nov 22, 2024
1 parent 6eb10c1 commit f471650
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export async function sendGraphQLReqToHypermode(jwt: string, query: string): Pro

const response = await fetch(url, options);

console.log(jwt, response);

const data: any = await response.json();
return data;
}
Expand Down

0 comments on commit f471650

Please sign in to comment.