mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 11:58:09 +00:00
Remove signalr from endpoints (#1102)
This is a follow-on PR from #1100
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
# Licensed under the MIT License.
|
||||
|
||||
import logging
|
||||
from typing import List, Optional
|
||||
from typing import List
|
||||
|
||||
from onefuzztypes.events import Event, EventMessage, EventType, get_event_type
|
||||
from onefuzztypes.models import UserInfo
|
||||
@ -26,10 +26,6 @@ def queue_signalr_event(event_message: EventMessage) -> None:
|
||||
send_message("signalr-events", message, StorageType.config)
|
||||
|
||||
|
||||
def get_events() -> Optional[str]:
|
||||
return None
|
||||
|
||||
|
||||
def log_event(event: Event, event_type: EventType) -> None:
|
||||
scrubbed_event = filter_event(event)
|
||||
logging.info(
|
||||
|
Reference in New Issue
Block a user