From 8ba20e6b0371740103f4e44aaba34cdf3a9ab091 Mon Sep 17 00:00:00 2001 From: RyanCW <1831931681@qq.com> Date: Wed, 25 Sep 2024 13:35:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E6=8E=89log=5Fd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/RyanMqttLog.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/RyanMqttLog.h b/common/RyanMqttLog.h index 0ae023a..5b54c78 100644 --- a/common/RyanMqttLog.h +++ b/common/RyanMqttLog.h @@ -108,8 +108,6 @@ static void rlog_output_raw(char *const fmt, ...) #define rlog_e(...) #endif -#define log_d rlog_d - #define rlog_raw(...) rlog_output_raw(__VA_ARGS__) #endif