Skip to content

Commit a5f4c27

Browse files
fix: fix logging
1 parent efc45e8 commit a5f4c27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/plugin/manager/ec2/security_group_manager.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ def custom_security_group_inbound_rule_info(self, raw_rule, remote, remote_type,
179179
}
180180
)
181181

182-
print(raw_rule.get("vulnerable_ports"))
183-
print(raw_rule.get("has_vulnerable_ports"))
184-
185182
return raw_rule
186183

187184
def custom_security_group_rule_info(self, raw_rule, remote, remote_type):

0 commit comments

Comments
 (0)