Skip to content

Commit

Permalink
console
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 4, 2024
1 parent 480111b commit 67e50d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 67e50d9

Please sign in to comment.