From 872bf8976beba56f37d304fabe5da9ab88e2c3c6 Mon Sep 17 00:00:00 2001 From: kamecha Date: Wed, 27 Dec 2023 15:37:31 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=82=B3=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=81=AE=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- denops/traqvim/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/denops/traqvim/main.ts b/denops/traqvim/main.ts index e4ad638..a2592cd 100644 --- a/denops/traqvim/main.ts +++ b/denops/traqvim/main.ts @@ -37,7 +37,6 @@ export async function main(denops: Denops) { api.tokenFilePath = path; // oauthの仮オブジェクト let oauth: OAuth; - helper.echo(denops, "Hello Denops!"); denops.dispatcher = { setupOAuth(): Promise { helper.echo(denops, "setup...");