narrow: Remove blueslip error code line.

When clicking on a message from an archived
stream, the `adjusted_terms` may be null since
archived streams are not sent back to the client.
This results in an error for the user.
This commit is contained in:
sanchi-t 2024-06-05 22:21:57 +05:30 committed by Tim Abbott
parent e60711f871
commit f04fb937a3
1 changed files with 0 additions and 1 deletions

View File

@ -502,7 +502,6 @@ export function show(raw_terms: NarrowTerm[], show_opts: ShowMessageViewOpts): v
);
if (adjusted_terms === null) {
blueslip.error("adjusted_terms impossibly null");
return;
}