Skip to content

Commit

Permalink
refactor(liblogging): remove unused id member from Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
hparzych committed Oct 5, 2023
1 parent d0db18b commit 9bc36f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion liblogging/headers/logging/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class Logger {
void logLine(enum LogLevel level, const char* str, size_t len);

spdlog::logger spdLogger;
int id = rand();
};

} // namespace logging

0 comments on commit 9bc36f1

Please sign in to comment.