From b3990975ac6fa1bb2fdd972b8fcae09f7abd0e5a Mon Sep 17 00:00:00 2001 From: m_thread Date: Fri, 17 Oct 2014 01:06:22 +0200 Subject: [PATCH] OP-706 Removed debug define left in by mistake. --- ground/openpilotgcs/src/plugins/uavtalk/telemetry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ground/openpilotgcs/src/plugins/uavtalk/telemetry.cpp b/ground/openpilotgcs/src/plugins/uavtalk/telemetry.cpp index 4e44f4449..909714f2b 100644 --- a/ground/openpilotgcs/src/plugins/uavtalk/telemetry.cpp +++ b/ground/openpilotgcs/src/plugins/uavtalk/telemetry.cpp @@ -33,7 +33,6 @@ #include #include -#define VERBOSE_TELEMETRY = 1; /** * Constructor */