diff --git a/shopify/resources/graphql.py b/shopify/resources/graphql.py index 33525ef1..0772acea 100644 --- a/shopify/resources/graphql.py +++ b/shopify/resources/graphql.py @@ -27,6 +27,4 @@ def execute(self, query, variables=None, operation_name=None): response = urllib.request.urlopen(req) return response.read().decode("utf-8") except urllib.error.HTTPError as e: - print((e.read())) - print("") raise e