Skip to content

Commit

Permalink
remove additional printing message
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jul 2, 2024
1 parent 06fde5f commit 28d6287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/db/db_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def regionType(type):
tags = data.get('tags')
if tags is None:
tags = []
print(f"Tags: {tags}")
regionData['tags'] = ';'.join(tags)

regionFunction = regionType(type)
Expand Down

0 comments on commit 28d6287

Please sign in to comment.