mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
The only place in which process_stream_message used debug_info was to set the 'stream' key, which would only be used if ZulipEmailForwardError was raised after this line in the code - which is impossible, because after that line only send_zulip (which doesnt raise this exception) and logger.info get called, then process_stream_message successfully returns and then process_message succesfully returns as well. So this debug_info code wasn't doing anything. We remove it.
16 KiB
16 KiB