From 2dae3ae8fe5898bcb5e8e203cd7b41599c1b73fb Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sun, 15 Apr 2018 16:10:27 -0500 Subject: [PATCH] Reverse bad patch for Android --- src/debug.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/debug.c b/src/debug.c index 1ac4bfe5e..e4b184d93 100644 --- a/src/debug.c +++ b/src/debug.c @@ -219,10 +219,6 @@ void HAMLIB_API rig_debug(enum rig_debug_level_e debug_level, a = ANDROID_LOG_VERBOSE; break; - case RIG_DEBUG_TIME: - a = ANDROID_LOG_VERBOSE; - break; - default: a = ANDROID_LOG_DEBUG; break;