Skip to content

Commit

Permalink
remove sensitive info logging
Browse files Browse the repository at this point in the history
  • Loading branch information
georgezhao2010 committed Oct 16, 2023
1 parent 5baf351 commit c517ced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/midea_ac_lan/midea/core/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ async def list_appliances(self, home_id) -> dict | None:

def get_midea_cloud(cloud_name: str, session: ClientSession, account: str, password: str) -> MideaCloud | None:
cloud = None
_LOGGER.debug(f"cloud_name: {cloud_name}, account: {account}, password: {password}")
if cloud_name in clouds.keys():
cloud = globals()[clouds[cloud_name]["class_name"]](
cloud_name=cloud_name,
Expand Down

0 comments on commit c517ced

Please sign in to comment.