Skip to content

Commit cfa7772

Browse files
committed
remove print logs
Signed-off-by: ziad <ziadhany2016@gmail.com>
1 parent df5c33d commit cfa7772

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vulnerabilities/importers/fireeye.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def get_files(fork_directory):
5353
for file in files:
5454
if file.endswith((".md", ".MD")):
5555
with open(os.path.join(root, file), "r", encoding="ISO-8859-1") as f:
56-
print(file)
5756
yield f.read()
5857

5958

0 commit comments

Comments
 (0)