Skip to content

Stop log spam because subtitleText was called without a valid event

Joshua Goins requested to merge work/redstrate/stop-event-spam into master

It's up to the call site to check if the event is valid before calling this function, and it prevents tons of log spam because we didn't check yet.

Merge request reports