Skip to content

Commit

Permalink
linkifier: Remove unused debug message.
Browse files Browse the repository at this point in the history
This is a follow-up to zulip#23125.

Signed-off-by: Zixuan James Li <[email protected]>
  • Loading branch information
PIG208 authored and timabbott committed May 29, 2023
1 parent e26f918 commit 7a5d3e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/linkifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ function python_to_js_linkifier(
}
}
const url_template = url_template_lib.parse(url);
blueslip.info(`Linkifier info ${String(final_regex)} ${url}`, group_number_to_name);
return [final_regex, url_template, group_number_to_name];
}

Expand Down

0 comments on commit 7a5d3e1

Please sign in to comment.