mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
remove GEODE_DEBUG ifdef from log::debug
This commit is contained in:
parent
bf2c3da9ba
commit
ab2abcdae3
1 changed files with 0 additions and 2 deletions
|
@ -205,9 +205,7 @@ namespace geode {
|
|||
|
||||
template <typename... Args>
|
||||
void debug(Args... args) {
|
||||
#ifdef GEODE_DEBUG
|
||||
internalLog(Severity::Debug, getMod(), args...);
|
||||
#endif
|
||||
}
|
||||
|
||||
template <typename... Args>
|
||||
|
|
Loading…
Add table
Reference in a new issue