Skip to content

Commit

Permalink
log: drop PERIPH_WIFI
Browse files Browse the repository at this point in the history
Fixes: eb812b4 ("network: nuke periph_wifi")
  • Loading branch information
stintel committed Dec 19, 2023
1 parent a881d65 commit ad173db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ void init_logging(void)
#else
esp_log_level_set("*", ESP_LOG_ERROR);
esp_log_level_set("AUDIO_RECORDER", ESP_LOG_INFO);
esp_log_level_set("PERIPH_WIFI", ESP_LOG_WARN);
#endif

esp_log_level_set("WILLOW/AUDIO", WILLOW_LOG_LEVEL);
Expand Down

0 comments on commit ad173db

Please sign in to comment.