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;