mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-14 21:58:14 +01:00
remove logger
This commit is contained in:
parent
7875161a64
commit
2014dcd03d
@ -24,7 +24,6 @@ export class CloudShellTerminalComponentAdapter implements ReactAdapter {
|
||||
) {}
|
||||
|
||||
public renderComponent(): JSX.Element {
|
||||
console.log("his.isAllPublicIPAddressesEnabled(): ", this.isAllPublicIPAddressesEnabled());
|
||||
if (!this.isAllPublicIPAddressesEnabled()) {
|
||||
return (
|
||||
<QuickstartFirewallNotification
|
||||
@ -39,7 +38,6 @@ export class CloudShellTerminalComponentAdapter implements ReactAdapter {
|
||||
);
|
||||
}
|
||||
|
||||
console.log("this.parameters():", this.parameters());
|
||||
return this.parameters() ? (
|
||||
<CloudShellTerminalComponent
|
||||
databaseAccount={this.getDatabaseAccount()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user