Merge pull request #143 from kkebo/140-revert-commenting-out

This commit is contained in:
Kenta Kubo 2025-09-06 22:22:25 +09:00 committed by GitHub
commit b9ac25eb4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ struct ContentView {
self.removeSettings()
return
}
//logger.debug("DNS settings was saved")
logger.debug("DNS settings was saved")
}
#endif
}
@ -147,7 +147,7 @@ struct ContentView {
self.alert("Remove Error", removeError.localizedDescription)
return
}
//logger.debug("DNS settings was removed")
logger.debug("DNS settings was removed")
}
#endif
}