From: Simon Glass <sjg@chromium.org>
Date: Fri, 21 Oct 2022 00:22:56 +0000 (-0600)
Subject: bloblist: Drop debugging
X-Git-Tag: v2025.01-rc5-pxa1908~1227^2~24
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/gitweb.css?a=commitdiff_plain;h=6a318b102c04f4f0ae99247a3473e39febee42ef;p=u-boot.git

bloblist: Drop debugging

Disable debugging by default since this implementation is stable now.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

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 <sjg@chromium.org>
  */
 
-#define LOG_DEBUG
 #define LOG_CATEGORY	LOGC_BLOBLIST
 
 #include <common.h>