chore: Cleanup

This commit is contained in:
mrv777 2024-11-05 07:53:29 -06:00 committed by Erik Olof Gunnar Andersson
parent 7822889271
commit b9bd872290

View File

@ -42,7 +42,7 @@ export class SwarmComponent implements OnInit, OnDestroy {
ngOnInit(): void {
const swarmData = this.localStorageService.getObject(SWARM_DATA);
console.log(swarmData);
if (swarmData == null) {
this.scanNetwork();
//this.swarm$ = this.scanNetwork('192.168.1.23', '255.255.255.0').pipe(take(1));