bm1397: remove unnecessary loggin

Fixes #57
This commit is contained in:
johnny9 2023-11-29 22:23:10 -05:00
parent 407881c8e4
commit ef44903bbd

View File

@ -413,7 +413,6 @@ task_result *BM1397_proccess_work(void *pvParameters)
ESP_LOGI(TAG, "return null");
return NULL;
}
ESP_LOGI(TAG, "return not null");
uint8_t nonce_found = 0;
uint32_t first_nonce = 0;