diff options
Diffstat (limited to 'src/home/pio/products.py')
-rw-r--r-- | src/home/pio/products.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/home/pio/products.py b/src/home/pio/products.py index 7649078..388da03 100644 --- a/src/home/pio/products.py +++ b/src/home/pio/products.py @@ -16,10 +16,6 @@ _products_dir = os.path.join( def get_products(): products = [] for f in os.listdir(_products_dir): - # temp hack - if f.endswith('-esp01'): - continue - # skip the common dir if f in ('common',): continue |