cleanup unused debug, set proper log levels

This commit is contained in:
MX
2024-04-05 06:41:31 +03:00
parent ef29ed149d
commit 7787845479
4 changed files with 11 additions and 34 deletions

View File

@@ -30,7 +30,7 @@ void lfrfid_scene_save_name_on_enter(void* context) {
LFRFID_KEY_NAME_SIZE,
key_name_is_empty);
FURI_LOG_I("", "%s %s", furi_string_get_cstr(folder_path), app->text_store);
FURI_LOG_D("", "%s %s", furi_string_get_cstr(folder_path), app->text_store);
ValidatorIsFile* validator_is_file = validator_is_file_alloc_init(
furi_string_get_cstr(folder_path),