Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 0135685

Browse files
⚡ Remove debug information from info log
1 parent af0a317 commit 0135685

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/moneydashboard/sensor.py

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
def setup_platform(hass, config, add_entities, discovery_info=None):
3838
"""Set up the Money Dashboard component."""
3939
from moneydashboard import MoneyDashboard, LoginFailedException, GetAccountsListFailedException
40-
logging.info(config[CONF_EMAIL])
4140
md = MoneyDashboard(email=config[CONF_EMAIL], password=config[CONF_PASSWORD])
4241
add_entities([MoneyDashboardBalances(md=md, unit_of_measurement="GBP")])
4342

0 commit comments

Comments
 (0)