From: Simon Glass Date: Fri, 21 Oct 2022 00:22:56 +0000 (-0600) Subject: bloblist: Drop debugging X-Git-Tag: v2023.01-rc1~11^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a318b102c04f4f0ae99247a3473e39febee42ef;p=pandora-u-boot.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 8488663354b..0d63b6e8817 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