mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
chore: Cleanup
This commit is contained in:
parent
7822889271
commit
b9bd872290
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user