aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/debug/Log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/Log.hpp')
-rw-r--r--src/debug/Log.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/Log.hpp b/src/debug/Log.hpp
index 617f451a..4fc8ed5b 100644
--- a/src/debug/Log.hpp
+++ b/src/debug/Log.hpp
@@ -72,6 +72,5 @@ namespace Debug {
logMsg += std::vformat(fmt.get(), std::make_format_args(args...));
log(level, logMsg);
- logMutex.unlock();
}
};