mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
linkifier: Remove unused debug message.
This is a follow-up to #23125. Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
committed by
Tim Abbott
parent
e26f9180c1
commit
7a5d3e164e
@@ -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];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user