Skip to content

Commit 9f1237e

Browse files
committed
Merge pull request #15 from jakespring/remove-print-statement
Remove print statement from fetch method
2 parents ea302ed + f52bbe1 commit 9f1237e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

semantics3/semantics3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def fetch(self, method, endpoint, params):
4545
params = params,
4646
headers={'User-Agent':'Semantics3 Python Lib/0.2'}
4747
)
48-
print(content)
4948
return content
5049

5150
def remove(self, endpoint, *fields):

0 commit comments

Comments
 (0)