Skip to content

Commit

Permalink
rm debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotra5 committed Jan 31, 2025
1 parent 17a4100 commit 989cbbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openhands/server/routes/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ async def get_github_repositories(
github_token: str = Depends(require_github_token),
github_user_id: str | None = Depends(get_user_id),
):
print('got user id ', github_user_id)
client = GithubServiceImpl(github_token, github_user_id)
return await client.fetch_response(
'get_repositories', page, per_page, sort, installation_id
Expand Down

0 comments on commit 989cbbe

Please sign in to comment.