Remove accidental debug thing

custom
jacqueline 2 years ago
parent ceba508593
commit 5a459ac6e9
  1. 1
      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()) {

Loading…
Cancel
Save