mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-10 14:52:42 +02:00
refactor: remove debug prints
This commit is contained in:
@@ -38,7 +38,7 @@ class PresetService:
|
||||
preset["schema_version"]
|
||||
) # Check if schema version is valid
|
||||
except Exception as e:
|
||||
print(e)
|
||||
pass
|
||||
else:
|
||||
presets.append(preset)
|
||||
|
||||
|
||||
@@ -201,7 +201,6 @@ class ImportService:
|
||||
),
|
||||
None,
|
||||
)
|
||||
print(category_mapping)
|
||||
|
||||
try:
|
||||
if category_mapping:
|
||||
|
||||
Reference in New Issue
Block a user