We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a49c7c commit e91e063Copy full SHA for e91e063
src/client.ts
@@ -51,8 +51,6 @@ class Client {
51
throw new Error(`Invalid region provided: ${this.config.region}`);
52
}
53
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.");
56
57
58
0 commit comments