network: disable log line that logs psk

This commit is contained in:
Dan Bungert 2023-10-05 17:21:07 -06:00
parent e55b5bf8aa
commit f567f9e1f5
1 changed files with 2 additions and 1 deletions

View File

@ -310,7 +310,8 @@ class NetworkController(BaseNetworkController, SubiquityController):
def _send_update(self, act, dev):
with self.context.child("_send_update", "{} {}".format(act.name, dev.name)):
log.debug("dev_info {} {}".format(dev.name, dev.config))
# disable log - can contain PSK
# log.debug("dev_info {} {}".format(dev.name, dev.config))
dev_info = dev.netdev_info()
self._call_clients("update_link", act, dev_info)