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:
Zixuan James Li
2023-05-29 16:59:59 -04:00
committed by Tim Abbott
parent e26f9180c1
commit 7a5d3e164e

View File

@@ -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];
}