Skip to content

Commit 4b04529

Browse files
committed
Removed a print
1 parent b9896ed commit 4b04529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shuffle-tools/1.2.0/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,7 @@ def parse_ioc(self, input_string, input_type="all"):
26972697

26982698
#iocs = find_iocs(str(input_string), included_ioc_types=ioc_types)
26992699
iocs = find_iocs(str(input_string))
2700-
self.logger.info("[DEBUG] Found %d ioc types" % len(iocs))
2700+
#self.logger.info("[DEBUG] Found %d ioc types" % len(iocs))
27012701

27022702
newarray = []
27032703
for key, value in iocs.items():

0 commit comments

Comments
 (0)