Skip to content

Commit 55f1d84

Browse files
committed
Remove debug print statement
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent 22142c0 commit 55f1d84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vulnerabilities/importers/github.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ def process_response(self) -> List[Advisory]:
253253
vuln_references=vuln_references,
254254
)
255255
)
256-
print(adv_list[-1])
257256
return adv_list
258257

259258
@staticmethod

0 commit comments

Comments
 (0)