Przeglądaj źródła

Update nfc_playlist_worker.c

acegoal07 2 lat temu
rodzic
commit
df9aa70e85
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      lib/worker/nfc_playlist_worker.c

+ 0 - 4
lib/worker/nfc_playlist_worker.c

@@ -70,12 +70,8 @@ bool nfc_playlist_worker_is_emulating(NfcPlaylistWorker* nfc_playlist_worker) {
 }
 }
 
 
 void nfc_playlist_worker_set_nfc_data(NfcPlaylistWorker* nfc_playlist_worker, char* file_path) {
 void nfc_playlist_worker_set_nfc_data(NfcPlaylistWorker* nfc_playlist_worker, char* file_path) {
-
-    FURI_LOG_I("NfcPlaylistWorker", "nfc_playlist_worker_set_nfc_data: %s", file_path);
-
     nfc_device_clear(nfc_playlist_worker->nfc_device);
     nfc_device_clear(nfc_playlist_worker->nfc_device);
     nfc_device_load(nfc_playlist_worker->nfc_device, file_path);
     nfc_device_load(nfc_playlist_worker->nfc_device, file_path);
-
     nfc_playlist_worker->nfc_protocol = nfc_device_get_protocol(nfc_playlist_worker->nfc_device);
     nfc_playlist_worker->nfc_protocol = nfc_device_get_protocol(nfc_playlist_worker->nfc_device);
 }
 }