Skip to content

Commit

Permalink
Merge pull request #75 from kamecha/fix/remove-comment
Browse files Browse the repository at this point in the history
不要コメントの削除
  • Loading branch information
kamecha authored Dec 27, 2023
2 parents ba97280 + 872bf89 commit 135a221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion denops/traqvim/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<unknown> {
helper.echo(denops, "setup...");
Expand Down

0 comments on commit 135a221

Please sign in to comment.