commit | e7d53ed3efc04e89b6570189e53ba54bebf8d022 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:56 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:02:44 2022 -0400 |
tree | 97270d15901704fddff71ed5f9ebae111b8dfd89 | |
parent | 31b4f9eaff538180215f94750cf69c5064a8ef28 [diff] |
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 8488663..0d63b6e 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>