Common: Remove ScoutSuite telemetry category

This commit is contained in:
Mike Salvatore 2022-02-01 14:53:55 -05:00 committed by Shreya Malviya
parent fe459ddd3f
commit 5423bbbb35
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ class TelemCategoryEnum:
EXPLOIT = "exploit"
POST_BREACH = "post_breach"
SCAN = "scan"
SCOUTSUITE = "scoutsuite"
STATE = "state"
SYSTEM_INFO = "system_info"
TRACE = "trace"