Skip to content

Commit e91e063

Browse files
committed
Avoid logging during initialisation
1 parent 0a49c7c commit e91e063

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ class Client {
5151
throw new Error(`Invalid region provided: ${this.config.region}`);
5252
}
5353
this.config.terminalApiCloudEndpoint = Config.getTerminalApiEndpoint(this.config.region);
54-
} else {
55-
console.info("TerminalAPI Region is not be defined: ignore this if you are not using Terminal API.");
5654
}
5755
}
5856

0 commit comments

Comments
 (0)