Removed test debug msg

This commit is contained in:
HTotoo
2023-09-21 08:34:39 +02:00
parent 33cd980272
commit 31b01c8110

View File

@@ -271,6 +271,5 @@ bool subghz_history_add_to_history(
furi_string_free(text);
instance->last_index_write++;
FURI_LOG_E(TAG, "Add history exit");
return true;
}