Skip to content

Commit f955eb6

Browse files
committed
fix: Remove print line
1 parent 3212337 commit f955eb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ghastoolkit/octokit/codescanning.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ def getAnalyses(
314314
{"tool_name": tool, "ref": reference or self.repository.reference},
315315
)
316316
if isinstance(results, list) and len(results) > 0:
317-
print("Beans")
318317
return results
319318

320319
logger.info(f"No analyses found, sleeping for {self.retry_sleep} seconds")

0 commit comments

Comments
 (0)