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...");