Update src/Util/log.cpp
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
parent
ff2a9dd37a
commit
4706b6b4e5
|
@ -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
|
Loading…
Reference in New Issue