diff --git a/www/libs/feature/deployer/src/lib/state-root-hash/state-root-hash.component.ts b/www/libs/feature/deployer/src/lib/state-root-hash/state-root-hash.component.ts index 253683e..520f894 100644 --- a/www/libs/feature/deployer/src/lib/state-root-hash/state-root-hash.component.ts +++ b/www/libs/feature/deployer/src/lib/state-root-hash/state-root-hash.component.ts @@ -58,7 +58,6 @@ export class StateRootHashComponent implements OnDestroy, AfterViewInit { } } else { const currentHost = this.window?.location.hostname; - console.log(currentHost, this.defaults); if (currentHost && this.defaults[0].includes(currentHost)) { this.apiUrl = this.defaults[0]; } else {