summaryrefslogtreecommitdiff
path: root/common/bloblist.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-20 18:22:56 -0600
committerTom Rini <trini@konsulko.com>2022-10-31 11:02:44 -0400
commit6a318b102c04f4f0ae99247a3473e39febee42ef (patch)
tree97270d15901704fddff71ed5f9ebae111b8dfd89 /common/bloblist.c
parent2ff3db3a1c5ef128a4f33c22d7be8ee37fca3613 (diff)
bloblist: Drop debugging
Disable debugging by default since this implementation is stable now. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/bloblist.c')
-rw-r--r--common/bloblist.c1
1 files changed, 0 insertions, 1 deletions
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>