]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
node-proxy: remove a redundant message
authorGuillaume Abrioux <gabrioux@ibm.com>
Thu, 15 Jun 2023 14:19:27 +0000 (16:19 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 25 Jan 2024 14:43:30 +0000 (14:43 +0000)
This message is not needed given that there's the same in
the RedFishClient class.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/cephadm/node-proxy/redfish_system.py

index 0dc269deb50893302ddde211af0b0ab9cc9ea401..7254236938a119b49d40f1c7762ebbc4c99913dd 100644 (file)
@@ -35,7 +35,6 @@ class RedfishSystem(System):
         return result
 
     def start_client(self) -> None:
-        log.logger.info(f"redfish system initialization, host: {self.host}, user: {self.username}")
         self.client = RedFishClient(self.host, self.username, self.password)
         self.client.login()