Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-wilson committed Jan 13, 2024
1 parent c9b5b65 commit f09d01d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main/tasks/stratum_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,10 @@ void stratum_task(void * pvParameters)



// ESP_LOGI(TAG, "Extranonce: %s", GLOBAL_STATE->extranonce_str);
// ESP_LOGI(TAG, "Extranonce 2 length: %d", GLOBAL_STATE->extranonce_2_len);
//ESP_LOGI(TAG, "Extranonce: %s", GLOBAL_STATE->extranonce_str);
//ESP_LOGI(TAG, "Extranonce 2 length: %d", GLOBAL_STATE->extranonce_2_len);

while (1) {
ESP_LOGI(TAG, "rx: waiting");
char * line = STRATUM_V1_receive_jsonrpc_line(GLOBAL_STATE->sock);
ESP_LOGI(TAG, "rx: %s", line); // debug incoming stratum messages
STRATUM_V1_parse(&stratum_api_v1_message, line);
Expand Down

0 comments on commit f09d01d

Please sign in to comment.