Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Jul 10, 2023
1 parent c9bb95d commit 286ac6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/web/scan.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package web

import (
"log"
// "log"
"strconv"
"sync"
"time"
Expand Down Expand Up @@ -69,8 +69,6 @@ func scanPanel(panelName string, quit chan bool) {
timeout = 1
}

log.Println("Scaned panel", panelName)

time.Sleep(time.Duration(timeout) * 60 * time.Second)
}
}
Expand Down

0 comments on commit 286ac6d

Please sign in to comment.