Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Apr 24, 2022
1 parent 7dd0410 commit fcc393b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphw00f/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def engine_graphql_yoga(self):
}
'''
response = self.graph_query(self.url, payload=query)
print(response)
if error_contains(response, 'asyncExecutionResult[Symbol.asyncIterator] is not a function') or error_contains(response, 'Unexpected error.'):
return True

Expand Down

0 comments on commit fcc393b

Please sign in to comment.