Skip to content

Commit c59dafe

Browse files
committed
Update code to comment out unused lines in main.py
1 parent 057b341 commit c59dafe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backend/genai/src/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,5 +367,6 @@ async def summarize(request: Request):
367367

368368
if __name__ == "__main__":
369369
# see: https://github.com/googleapis/google-auth-library-python/blob/main/google/auth/_default.py#L577-L595
370-
_, project_id = gauth.default()
371-
logger.info("project_id: %s", project_id)
370+
# _, project_id = gauth.default()
371+
# logger.info("project_id: %s", project_id)
372+
pass

0 commit comments

Comments
 (0)