mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #526, reviewed setup reader (cache)
There are more adjustment when we eventually have all the features as discussed in the meeting available
This commit is contained in:
@@ -62,7 +62,8 @@ namespace BlackCore
|
||||
if (!m_dbDebugFlag) { return false; }
|
||||
|
||||
// further checks could go here
|
||||
return isDevelopment();
|
||||
bool f = isDevelopment();
|
||||
return f;
|
||||
}
|
||||
|
||||
void CGlobalSetup::setServerDebugFlag(bool debug)
|
||||
|
||||
Reference in New Issue
Block a user