Skip to content

Commit 6c3cebc

Browse files
committed
[client] Remove useless prints
1 parent e5deecc commit 6c3cebc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,6 @@ def import_object(
10851085
if "x_opencti_files" in stix_object:
10861086
for file in stix_object["x_opencti_files"]:
10871087
if "data" in file:
1088-
print(file)
10891088
self.opencti.stix_domain_object.add_file(
10901089
id=stix_object_result["id"],
10911090
file_name=file["name"],
@@ -1104,7 +1103,6 @@ def import_object(
11041103
"files", stix_object
11051104
):
11061105
if "data" in file:
1107-
print(file)
11081106
self.opencti.stix_domain_object.add_file(
11091107
id=stix_object_result["id"],
11101108
file_name=file["name"],

0 commit comments

Comments
 (0)