diff --git a/semantics3/semantics3.py b/semantics3/semantics3.py index 9e52afb..3fc2d09 100644 --- a/semantics3/semantics3.py +++ b/semantics3/semantics3.py @@ -45,7 +45,6 @@ def fetch(self, method, endpoint, params): params = params, headers={'User-Agent':'Semantics3 Python Lib/0.2'} ) - print(content) return content def remove(self, endpoint, *fields):