diff options
Diffstat (limited to 'src/example/log.cpp')
-rw-r--r-- | src/example/log.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/log.cpp b/src/example/log.cpp index 13d592b..5baa021 100644 --- a/src/example/log.cpp +++ b/src/example/log.cpp @@ -23,7 +23,6 @@ int main() { Log::logf("info message with variable: {}", 3); Log::logf(Log::Level::WARNING, "warning"); Log::logf(Log::Level::ERROR, "error"); - return 0; } |