lightpreview: still output logging::print to console

This commit is contained in:
Eric Wasylishen 2023-12-23 18:32:25 -07:00
parent f0c8d92993
commit 73b694a7a8
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ void print(flag logflag, const char *str)
if (active_print_callback) {
active_print_callback(logflag, str);
return;
}
fmt::text_style style;