diff --git a/src/postgres/commands/registerPostgresCommands.ts b/src/postgres/commands/registerPostgresCommands.ts index e0a5b4c5..b861e00f 100644 --- a/src/postgres/commands/registerPostgresCommands.ts +++ b/src/postgres/commands/registerPostgresCommands.ts @@ -78,6 +78,5 @@ export async function loadPersistedPostgresDatabase(): Promise { } export async function showPasswordlessWiki(): Promise { - // @todo: Create forward link await openUrl("https://aka.ms/postgresql-passwordless-wiki"); }