lightpreview: still output logging::print to console
This commit is contained in:
parent
f0c8d92993
commit
73b694a7a8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue