Island: Remove comment in cc/resources/agent_signals.py

This commit is contained in:
Shreya Malviya 2022-09-23 13:30:55 +05:30 committed by Mike Salvatore
parent dccef0efa5
commit 58ad44366a
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class AgentSignals(AbstractResource):
try:
signal = Signals(**request.json)
# We allow an empty timestamp. However, should the agent be able to send us one?
if signal.terminate is None:
raise ValueError
self._island_event_queue.publish(IslandEventTopic.TERMINATE_AGENTS, signal=signal)