Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Jun 27, 2024
1 parent 81993a6 commit 8152255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async def vector_xyz(
regex=XYZ_REGEX,
),
) -> Tuple[Bounds, int, int]:
print("typeof y", y, isinstance(y, str))
if isinstance(y, str):
if "@" in y:
__y, _scale = y.split("@")
Expand Down

0 comments on commit 8152255

Please sign in to comment.