Skip to content

Commit 5204137

Browse files
jirhikerCopilot
andauthored
Update api/well_inventory.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6821153 commit 5204137

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

api/well_inventory.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,11 @@ def _make_row_models(rows, session):
218218
well_id = row.get("well_name_point_id")
219219
if not well_id:
220220
raise ValueError("Field required")
221-
print(f"Processing well_name_point_id: {well_id}")
222221
if AUTOGEN_REGEX.match(well_id):
223222
well_id, offset = generate_autogen_well_id(session, well_id, offset)
224223
row["well_name_point_id"] = well_id
225224

226225
if well_id in seen_ids:
227-
print(seen_ids)
228226
raise ValueError("Duplicate value for well_name_point_id")
229227
seen_ids.add(well_id)
230228

0 commit comments

Comments
 (0)