Skip to content

Commit b161001

Browse files
committed
remove hardcoded unknown values
1 parent f4fdee4 commit b161001

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

application/main.py

-2
Original file line numberDiff line numberDiff line change
@@ -810,8 +810,6 @@ def preprocess_bsdd(user_data, id):
810810
preprocessed_bsdd_data = {
811811
'bSDD classification found': {
812812
'name' : bsdd_utils.get_classification_name(bsdd_results),
813-
'Release data': 'n.a.',
814-
'Organisation': 'BuildingSMART',
815813
'classification_count' : bsdd_utils.bsdd_report_quantity(bsdd_task, 'classification_code'),
816814
'properties_count': bsdd_utils.bsdd_report_quantity(bsdd_task, 'ifc_property_set'),
817815
'domain_source' : bsdd_utils.get_domain(bsdd_results)

0 commit comments

Comments
 (0)