We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2e4cf commit df9aa70Copy full SHA for df9aa70
lib/worker/nfc_playlist_worker.c
@@ -70,12 +70,8 @@ bool nfc_playlist_worker_is_emulating(NfcPlaylistWorker* nfc_playlist_worker) {
70
}
71
72
void nfc_playlist_worker_set_nfc_data(NfcPlaylistWorker* nfc_playlist_worker, char* file_path) {
73
-
74
- FURI_LOG_I("NfcPlaylistWorker", "nfc_playlist_worker_set_nfc_data: %s", file_path);
75
76
nfc_device_clear(nfc_playlist_worker->nfc_device);
77
nfc_device_load(nfc_playlist_worker->nfc_device, file_path);
78
79
nfc_playlist_worker->nfc_protocol = nfc_device_get_protocol(nfc_playlist_worker->nfc_device);
80
81
0 commit comments