diff --git a/src/Util/log.cpp b/src/Util/log.cpp index 1487b81b0..8489e72b3 100644 --- a/src/Util/log.cpp +++ b/src/Util/log.cpp @@ -85,8 +85,6 @@ int init(bool use_stdout) { return 0; // all ok } - - void set_level(spdlog::level::level_enum log_level) { spdlog::set_level(log_level); } } // namespace logging \ No newline at end of file