Island: Remove CC_TUNNEL from CommunicationType

This is no longer needed after #2216.
This commit is contained in:
Mike Salvatore 2022-09-06 08:34:14 -04:00
parent b33fd7f436
commit e7aca8326e
1 changed files with 0 additions and 1 deletions

View File

@ -12,4 +12,3 @@ class CommunicationType(Enum):
SCANNED = "scanned"
EXPLOITED = "exploited"
CC = "cc"
CC_TUNNEL = "cc_tunnel"