Skip to content

Commit

Permalink
chore: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
skanehira committed Feb 15, 2023
1 parent 470bda7 commit 9f23b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion denops/graphql/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export async function execute(denops: Denops): Promise<void> {
"$",
) as string[];
const endpoint = getEndpoint(query, queryBufName);
console.log(endpoint);

const respBufName = `${queryBufName}.output.json`;
await openRespBuffer(denops, respBufName);
Expand Down

0 comments on commit 9f23b81

Please sign in to comment.