mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
remove unnecessary print
This commit is contained in:
parent
8e213328b5
commit
285e82e5fc
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ def _process_base_package(config: dict) -> dict:
|
|||
files.append({CONF_NAME: file, CONF_VARS: {}})
|
||||
else:
|
||||
files.append(file)
|
||||
print(files)
|
||||
|
||||
def get_packages(files) -> dict:
|
||||
packages = {}
|
||||
|
|
Loading…
Reference in a new issue