Skip to content

Commit

Permalink
Revert "Update index.ts"
Browse files Browse the repository at this point in the history
This reverts commit 35cd803.
  • Loading branch information
renzholy committed Nov 17, 2022
1 parent 35cd803 commit bab143f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export function generateConnectionWithDirectHost(
host: string,
connection?: string,
): string | undefined {
console.log('generateConnectionWithDirectHost', host, connection)
if (!connection) {
return undefined
}
Expand Down

0 comments on commit bab143f

Please sign in to comment.