log: Remove redundant definition of LOG_LOCAL_LEVEL

After adding a maximum setting, the default value of LOG_LOCAL_LEVEL
will be CONFIG_LOG_MAXIMUM_LEVEL not CONFIG_LOG_DEFAULT_LEVEL
This commit is contained in:
Angus Gratton
2021-03-11 20:14:23 +11:00
parent 469c137c83
commit 6e80811ca2
7 changed files with 0 additions and 7 deletions

View File

@@ -31,7 +31,6 @@
#include "pthread_internal.h"
#include "esp_pthread.h"
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include "esp_log.h"
const static char *TAG = "pthread";