From 6a318b102c04f4f0ae99247a3473e39febee42ef Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 20 Oct 2022 18:22:56 -0600 Subject: [PATCH] bloblist: Drop debugging Disable debugging by default since this implementation is stable now. Signed-off-by: Simon Glass --- common/bloblist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/bloblist.c b/common/bloblist.c index 8488663354..0d63b6e881 100644 --- a/common/bloblist.c +++ b/common/bloblist.c @@ -4,7 +4,6 @@ * Written by Simon Glass */ -#define LOG_DEBUG #define LOG_CATEGORY LOGC_BLOBLIST #include