remove debug

This commit is contained in:
shoopea 2023-08-10 13:55:09 +02:00
parent 159682b2dc
commit e2a5e32322

View File

@ -116,10 +116,6 @@ func main() {
}
}
log.Printf("addr : %s", *shellyHost)
log.Printf("port : %d", *shellyPort)
log.Printf("export : %d", *exporterPort)
ss = &ShellyStatus{}
ss.Fetch()