From: Simon Glass Date: Fri, 21 Oct 2022 00:22:56 +0000 (-0600) Subject: bloblist: Drop debugging X-Git-Tag: baikal/mips/sdk5.8.2~5^2~166^2~24 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=679c3a0de725f49d93cddc09059e70700aace5b6;p=uboot.git bloblist: Drop debugging Disable debugging by default since this implementation is stable now. Signed-off-by: Simon Glass --- 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