
21 Oct
2022
21 Oct
'22
2:22 a.m.
Disable debugging by default since this implementation is stable now.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
common/bloblist.c | 1 - 1 file changed, 1 deletion(-)
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 sjg@chromium.org */
-#define LOG_DEBUG #define LOG_CATEGORY LOGC_BLOBLIST
#include <common.h>
--
2.38.0.135.g90850a2211-goog