diff options
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r-- | ishtar_common/views.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/views.py b/ishtar_common/views.py index a6010dfa6..b765c8e37 100644 --- a/ishtar_common/views.py +++ b/ishtar_common/views.py @@ -873,8 +873,8 @@ def get_by_importer( if importer.export_format: data_type = importer.export_format dct["type"] = importer.export_format - print(data_type) - print(dct) + #print(data_type) # debugtest + #print(dct) # debugtest if data_type == "csv" or dct.get("type", "") == "csv": obj_name = importer.name elif data_type == "gpkg" or dct.get("type", "") == "gpkg": |