Skip to content

Commit

Permalink
remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Nov 22, 2024
1 parent b13dad1 commit 83f6118
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cerulean_cloud/cloud_function_ais_analysis/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ async def handle_asa_request(request):
for analyzer in analyzers
if analyzer.source_type not in previous_asa[slick.id]
]
print("len(analyzers_to_run)", len(analyzers_to_run))
print(
"analyzers_to_run",
[analyzer.source_type for analyzer in analyzers_to_run],
)
if len(analyzers_to_run) == 0:
continue

Expand Down

0 comments on commit 83f6118

Please sign in to comment.