Skip to content

Commit 18868a5

Browse files
Remove print statements
1 parent 6a1040a commit 18868a5

File tree

3 files changed

+772
-780
lines changed

3 files changed

+772
-780
lines changed

custom_components/robovac/config_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ async def async_step_init(
183183
item_settings[CONF_IP_ADDRESS] = user_input[CONF_IP_ADDRESS]
184184
updated_repos = deepcopy(self.config_entry.data[CONF_VACS])
185185

186-
# print("Updated", updated_repos)
187186
if not errors:
188187
# Value of data will be set on the options property of our config_entry
189188
# instance.

0 commit comments

Comments
 (0)