From 22b0add293f7aa7f1331fab61f5141f647e0188f Mon Sep 17 00:00:00 2001 From: px4dev Date: Sat, 27 Oct 2012 21:51:18 -0700 Subject: [PATCH] Turn off C++ constructor debug messages. --- apps/systemlib/up_cxxinitialize.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/systemlib/up_cxxinitialize.c b/apps/systemlib/up_cxxinitialize.c index c500b37e96..c78f295708 100644 --- a/apps/systemlib/up_cxxinitialize.c +++ b/apps/systemlib/up_cxxinitialize.c @@ -57,9 +57,6 @@ # undef CONFIG_DEBUG_CXX #endif -#define CONFIG_DEBUG_CXX -#define CONFIG_DEBUG_VERBOSE - #ifdef CONFIG_DEBUG_CXX # define cxxdbg dbg # define cxxlldbg lldbg