mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-11 16:10:26 -04:00
This reverts commit bc1ad5598c
.
This commit is contained in:
parent
bc1ad5598c
commit
1edd3716a1
10 changed files with 12 additions and 35 deletions
|
@ -397,11 +397,9 @@ AISAppView::AISAppView(NavigationView& nav) : nav_ { nav } {
|
|||
this->on_show_list();
|
||||
};
|
||||
|
||||
std::string folder = "LOGS";
|
||||
make_new_directory(folder);
|
||||
logger = std::make_unique<AISLogger>();
|
||||
if( logger ) {
|
||||
logger->append(u"LOGS/AIS.TXT");
|
||||
logger->append(u"ais.txt");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue