pio_ini: remove debug code that breaks it :(
This commit is contained in:
parent
ee0341e137
commit
1215bbf102
@ -4,7 +4,6 @@ import yaml
|
||||
import re
|
||||
import __py_include
|
||||
|
||||
from pprint import pprint
|
||||
from argparse import ArgumentParser, ArgumentError
|
||||
from homekit.pio import get_products, platformio_ini
|
||||
from homekit.pio.exceptions import ProductConfigNotFoundError
|
||||
@ -127,10 +126,6 @@ if __name__ == '__main__':
|
||||
raise ArgumentError(None, f'target {arg.target} not found for product {product}')
|
||||
|
||||
bsd, bsd_enums = bsd_get(product_config, arg)
|
||||
print('>>> bsd:')
|
||||
pprint(bsd)
|
||||
print('>>> bsd_enums:')
|
||||
pprint(bsd_enums)
|
||||
|
||||
ini = platformio_ini(product_config=product_config,
|
||||
target=arg.target,
|
||||
|
Loading…
x
Reference in New Issue
Block a user