Skip to content

Commit

Permalink
removing print statement from cript.API.search()
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 authored Jul 26, 2023
1 parent 8e09325 commit 5df42db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cript/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ def search(

# get node typ from class
node_type = node_type.node_type_snake_case
print(node_type)

# always putting a page parameter of 0 for all search URLs
page_number = 0
Expand Down

0 comments on commit 5df42db

Please sign in to comment.