remove debugs, go fmt

This commit is contained in:
Olivier Fauchon
2023-01-30 23:49:20 +01:00
parent e74b01f973
commit dc18724d17
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -343,10 +343,8 @@ func lw(setting string) error {
if param == "NET" {
if val == "ON" {
lorawan.SetPublicNetwork(true)
println("SET PUBLIC NET")
} else {
lorawan.SetPublicNetwork(false)
println("SET PRIVATE NET")
}
}
}