diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-10-13 20:41:31 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-10-13 20:41:31 +1100 |
| commit | 5a459ac6e9a4e4d6ff3e8c05c4499500ea58f1e2 (patch) | |
| tree | 579af9e8a2fcca3f98982763338f1de539431d94 /src | |
| parent | ceba508593fbb2f897dfa6ba38ec3839e62d85a8 (diff) | |
| download | tangara-fw-5a459ac6e9a4e4d6ff3e8c05c4499500ea58f1e2.tar.gz | |
Remove accidental debug thing
Diffstat (limited to 'src')
| -rw-r--r-- | src/system_fsm/running.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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()) { |
