Skip to content

Commit 8f484a2

Browse files
author
Joel Collins
committed
Removed debug print
1 parent c90d72d commit 8f484a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labthings_client/td_parsers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
def find_self_link(links_list: list):
22
return_link = ""
3-
print(links_list)
43
# Look for an explicit "self" link
54
for link in links_list:
65
if link.get("rel") == "self":

0 commit comments

Comments
 (0)