mirror of https://github.com/zulip/zulip.git
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:
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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue