mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Disable console logging for sampleweatherdata
This commit is contained in:
committed by
Mat Sutcliffe
parent
a5e841f31d
commit
18c96791b8
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
|
||||
CApplication a(CApplicationInfo::Sample);
|
||||
BlackMisc::registerMetadata();
|
||||
CLogHandler::instance()->install(true);
|
||||
// CLogHandler::instance()->enableConsoleOutput(false); // default disable
|
||||
CLogHandler::instance()->enableConsoleOutput(false); // default disable
|
||||
BlackMisc::registerMetadata();
|
||||
|
||||
CLineReader lineReader(&a);
|
||||
|
||||
Reference in New Issue
Block a user