Remove accidental debug thing
This commit is contained in:
@@ -55,7 +55,6 @@ void Running::entry() {
|
||||
|
||||
ESP_LOGI(kTag, "opening database");
|
||||
sFileGatherer = new database::FileGathererImpl();
|
||||
database::Database::Destroy();
|
||||
auto database_res =
|
||||
database::Database::Open(*sFileGatherer, sServices->tag_parser());
|
||||
if (database_res.has_error()) {
|
||||
|
||||
Reference in New Issue
Block a user