From 53cc15adcda0986ad50f19cee58dce52d9910463 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Mon, 19 Apr 2021 12:12:32 +0200 Subject: [PATCH] Update yeti.py remove print --- misp_modules/modules/expansion/yeti.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/misp_modules/modules/expansion/yeti.py b/misp_modules/modules/expansion/yeti.py index f044f76..2f4afa6 100644 --- a/misp_modules/modules/expansion/yeti.py +++ b/misp_modules/modules/expansion/yeti.py @@ -102,12 +102,9 @@ class Yeti(): url_object = MISPObject('Url') obj_relation = self.__get_relation(obj_to_add) if obj_relation: - print(obj_relation) - print(obj_to_add['value']) url_object.add_attribute(obj_relation, obj_to_add['value']) obj_relation = self.__get_relation(self.attribute) if obj_relation: - print(obj_relation) url_object.add_attribute(self.__get_relation(self.attribute), self.attribute['value'])