remove logger

This commit is contained in:
Sourabh Jain 2025-04-10 06:43:13 +05:30
parent 7875161a64
commit 2014dcd03d

View File

@ -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()}