]> git.baikalelectronics.ru Git - uboot.git/commitdiff
bloblist: Drop debugging
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:22:56 +0000 (18:22 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:02:44 +0000 (11:02 -0400)
Disable debugging by default since this implementation is stable now.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bloblist.c

index 8488663354ba781a9b135f75f5bbd6bd96f5ab54..0d63b6e88177b43d9b98f9654278f9d3b0270a60 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#define LOG_DEBUG
 #define LOG_CATEGORY   LOGC_BLOBLIST
 
 #include <common.h>