Skip to content

Commit

Permalink
improvement: removed console.log on aksUri
Browse files Browse the repository at this point in the history
  • Loading branch information
euberdeveloper committed Jan 13, 2020
1 parent f6d87a2 commit 33006a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/utils/bin/askUri.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export async function askUri(options: ConnectionOptions, defaultUri: string, ask
options.authenticationMechanism = undefined;
options.srv = undefined;
}

console.log(uri);


return uri;
}

0 comments on commit 33006a2

Please sign in to comment.