From 73b694a7a82eba6a977e62fc2b29f8ad4dc8c5c0 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sat, 23 Dec 2023 18:32:25 -0700 Subject: [PATCH] lightpreview: still output logging::print to console --- common/log.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/common/log.cc b/common/log.cc index 8c926e8e..2fbc927e 100644 --- a/common/log.cc +++ b/common/log.cc @@ -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;