From 5a459ac6e9a4e4d6ff3e8c05c4499500ea58f1e2 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 13 Oct 2023 20:41:31 +1100 Subject: [PATCH] Remove accidental debug thing --- src/system_fsm/running.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system_fsm/running.cpp b/src/system_fsm/running.cpp index 9d91e7f1..70b4e99c 100644 --- a/src/system_fsm/running.cpp +++ b/src/system_fsm/running.cpp @@ -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()) {