From 9f23b81e5afdc14e24d55ea4d2b970a5c5bc32de Mon Sep 17 00:00:00 2001 From: skanehira Date: Thu, 16 Feb 2023 06:21:47 +0900 Subject: [PATCH] chore: remove debug code --- denops/graphql/graphql.ts | 1 - 1 file changed, 1 deletion(-) 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);