Tidying
This commit is contained in:
@@ -51,7 +51,7 @@ int Application::run() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef BLOOM_DEBUG_BUILD
|
#ifdef BLOOM_DEBUG_BUILD
|
||||||
Logger::warning("This is a debug build - some functions may not work as expected");
|
Logger::warning("Debug build");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef EXCLUDE_INSIGHT
|
#ifdef EXCLUDE_INSIGHT
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
void Logger::configure(const ProjectConfig& projectConfig) {
|
void Logger::configure(const ProjectConfig& projectConfig) {
|
||||||
if (projectConfig.debugLogging) {
|
if (projectConfig.debugLogging) {
|
||||||
Logger::debugPrintingEnabled = true;
|
Logger::debugPrintingEnabled = true;
|
||||||
Logger::debug("Debug log printing has been enabled");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user