Skip to content

Commit 7d91011

Browse files
committed
rv prints
1 parent e9732fb commit 7d91011

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/opengeodeweb_back/routes/models/blueprint_models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def uuid_to_flat_index():
4444
uuid_to_flat_index[elem.attrib["uuid"]] = current_index
4545
current_index += 1
4646

47-
print(f"{uuid_to_flat_index=}", flush=True)
48-
4947
return flask.make_response(
5048
{"uuid_to_flat_index": uuid_to_flat_index},
5149
200,
@@ -62,7 +60,6 @@ def extract_model_uuids(geode_object, file_path):
6260
component_name = mesh_component.get()
6361
uuid_dict[component_name] = [id.string() for id in ids]
6462

65-
print(f"{uuid_dict=}", flush=True)
6663
return uuid_dict
6764

6865

0 commit comments

Comments
 (0)