Remove dubious #define. That should be handled by log.h anyway.

This commit is contained in:
Vincent Barrilliot 2023-11-03 23:23:22 +01:00
parent dd91bf5566
commit 66d7e586b0

View file

@ -7,7 +7,6 @@
#include <string.h>
#include "errors.h"
#include "log_level.h"
#define DEFAULT_LOG_LEVEL LOG_DEBUG
#include "log.h"
#include "types.h"
#include "ring_buffer.h"