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

@@ -8,7 +8,6 @@
#if __GTHREADS && __GTHREADS_CXX0X
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include "esp_log.h"
const static char *TAG = "pthread_test";