mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T786, fixed weather sample
* RR found that no alt value means a huge number of grid points is parsed * see https://discordapp.com/channels/539048679160676382/539925070550794240/701762348506939693
This commit is contained in:
committed by
Mat Sutcliffe
parent
0a2b25e409
commit
5ef25d4a41
@@ -33,7 +33,6 @@ int main(int argc, char *argv[])
|
||||
BlackMisc::registerMetadata();
|
||||
CLogHandler::instance()->install(true);
|
||||
CLogHandler::instance()->enableConsoleOutput(false); // default disable
|
||||
BlackMisc::registerMetadata();
|
||||
|
||||
CLineReader lineReader(&a);
|
||||
CWeatherDataPrinter printer(&a);
|
||||
|
||||
Reference in New Issue
Block a user