Update src/Util/log.cpp

Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
georgemoralis 2023-10-27 20:56:21 +03:00 committed by GitHub
parent ff2a9dd37a
commit 4706b6b4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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