From a621614d0cda202408f6f500bbb46b92e599e98b Mon Sep 17 00:00:00 2001
From: Thomas Weber <weber@corscience.de>
Date: Mon, 5 Dec 2011 22:19:36 +0000
Subject: [PATCH] env_nand: Remove DEBUG definition

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 common/env_nand.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/common/env_nand.c b/common/env_nand.c
index ce13def906..3cb75c8962 100644
--- a/common/env_nand.c
+++ b/common/env_nand.c
@@ -30,8 +30,6 @@
  * MA 02111-1307 USA
  */
 
-#define DEBUG
-
 #include <common.h>
 #include <command.h>
 #include <environment.h>
-- 
2.39.5