OSDN Git Service

Disable DEBUG messages by default
[android-x86/hardware-gps.git] / gps.c
diff --git a/gps.c b/gps.c
index 60fcbe6..1e2e181 100644 (file)
--- 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__)