Skip to content

Commit

Permalink
[Cleanup]: Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Feb 24, 2025
1 parent 3db785a commit 3fb8498
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openhands/integrations/github/github_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@ async def get_suggested_tasks(

try:
response = await self.execute_graphql_query(query, variables)
print('\nGraphQL Response:')
print(response)

data = response['data']['user']
tasks: list[SuggestedTask] = []

Expand Down Expand Up @@ -280,7 +277,6 @@ async def get_suggested_tasks(

return tasks
except Exception as e:
print(f'Error: {str(e)}')
return []


Expand Down

0 comments on commit 3fb8498

Please sign in to comment.