Skip to content

Commit df9aa70

Browse files
committed
Update nfc_playlist_worker.c
1 parent 8b2e4cf commit df9aa70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/worker/nfc_playlist_worker.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,8 @@ bool nfc_playlist_worker_is_emulating(NfcPlaylistWorker* nfc_playlist_worker) {
7070
}
7171

7272
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-
7673
nfc_device_clear(nfc_playlist_worker->nfc_device);
7774
nfc_device_load(nfc_playlist_worker->nfc_device, file_path);
78-
7975
nfc_playlist_worker->nfc_protocol = nfc_device_get_protocol(nfc_playlist_worker->nfc_device);
8076
}
8177

0 commit comments

Comments
 (0)