From 7085c66b1b0c041cc137c6ea8c74bfcbf2e6eb1d Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Wed, 22 Jun 2016 12:52:59 +0800 Subject: [PATCH] Disable DEBUG messages by default As suggested by Roman Petrovski , the messages are too verbose. --- gps.c | 1 - gps_huawei.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/gps.c b/gps.c index 60fcbe6..1e2e181 100644 --- a/gps.c +++ b/gps.c @@ -47,7 +47,6 @@ typedef struct { static GpsState _gps_state[1]; static int id_in_fixed[12]; -#define GPS_DEBUG 1 #define DFR(...) ALOGD(__VA_ARGS__) diff --git a/gps_huawei.c b/gps_huawei.c index 7238a48..a5b301e 100644 --- a/gps_huawei.c +++ b/gps_huawei.c @@ -39,8 +39,6 @@ #include #include -#define GPS_DEBUG 0 - #if GPS_DEBUG # define D(...) ALOGD(__VA_ARGS__) #else -- 2.11.0