Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyeager committed Oct 11, 2024
1 parent 5bf243d commit f9b96c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

@rt("/")
def get(select: str = "node", id_input: int = None, sort_by: str = "node"):
print("sort_by:", sort_by)
if not id_input:
return render_main(select)
else:
Expand Down

0 comments on commit f9b96c3

Please sign in to comment.