Skip to content

Commit 8ed4040

Browse files
committed
removed a debug statement
1 parent 7f21a38 commit 8ed4040

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/pyscript/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ def glob_files(load_paths, data):
217217
global_ctx_name = f"{path}.{mod_name}"
218218
fq_mod_name = global_ctx_name
219219
if check_config:
220-
_LOGGER.debug("load_scripts: checking %s in %s", mod_name, apps_config)
221220
if not isinstance(apps_config, dict) or mod_name not in apps_config:
222221
_LOGGER.debug("load_scripts: skipping %s because config not present", this_path)
223222
continue

0 commit comments

Comments
 (0)