Remove accidental debug thing

This commit is contained in:
jacqueline
2023-10-13 20:41:31 +11:00
parent ceba508593
commit 5a459ac6e9
-1
View File
@@ -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()) {