diff --git a/denops/graphql/graphql.ts b/denops/graphql/graphql.ts index 74d44ba..f56ec5f 100644 --- a/denops/graphql/graphql.ts +++ b/denops/graphql/graphql.ts @@ -75,7 +75,6 @@ export async function execute(denops: Denops): Promise { "$", ) as string[]; const endpoint = getEndpoint(query, queryBufName); - console.log(endpoint); const respBufName = `${queryBufName}.output.json`; await openRespBuffer(denops, respBufName);