Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Jun 17, 2020
1 parent c90d72d commit 8f484a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion labthings_client/td_parsers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
def find_self_link(links_list: list):
return_link = ""
print(links_list)
# Look for an explicit "self" link
for link in links_list:
if link.get("rel") == "self":
Expand Down

0 comments on commit 8f484a2

Please sign in to comment.