Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 58d3950

Browse files
author
Samuel Hassine
committed
[client] Remote useless print
1 parent b021c25 commit 58d3950

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ def import_observable(
666666
"reports": reports,
667667
}
668668
if stix_object["type"] == "x-opencti-simple-observable":
669-
print(stix_object)
670669
stix_observable_result = self.opencti.stix_cyber_observable.create(
671670
simple_observable_id=stix_object["id"],
672671
simple_observable_key=stix_object["key"],

0 commit comments

Comments
 (0)