mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-23 10:04: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 {
|
public renderComponent(): JSX.Element {
|
||||||
console.log("his.isAllPublicIPAddressesEnabled(): ", this.isAllPublicIPAddressesEnabled());
|
|
||||||
if (!this.isAllPublicIPAddressesEnabled()) {
|
if (!this.isAllPublicIPAddressesEnabled()) {
|
||||||
return (
|
return (
|
||||||
<QuickstartFirewallNotification
|
<QuickstartFirewallNotification
|
||||||
@ -39,7 +38,6 @@ export class CloudShellTerminalComponentAdapter implements ReactAdapter {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("this.parameters():", this.parameters());
|
|
||||||
return this.parameters() ? (
|
return this.parameters() ? (
|
||||||
<CloudShellTerminalComponent
|
<CloudShellTerminalComponent
|
||||||
databaseAccount={this.getDatabaseAccount()}
|
databaseAccount={this.getDatabaseAccount()}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user