From 67e50d918ad6327a7ab6ee833727453fbb06225b Mon Sep 17 00:00:00 2001 From: gRoussac Date: Mon, 4 Mar 2024 02:04:35 +0100 Subject: [PATCH] console --- .../src/lib/state-root-hash/state-root-hash.component.ts | 1 - 1 file changed, 1 deletion(-) 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 {