diff --git a/LocationLib/src/com/TwentyCodes/android/location/LocationService.java b/LocationLib/src/com/TwentyCodes/android/location/LocationService.java index c039764..542fd15 100644 --- a/LocationLib/src/com/TwentyCodes/android/location/LocationService.java +++ b/LocationLib/src/com/TwentyCodes/android/location/LocationService.java @@ -102,7 +102,8 @@ public class LocationService extends Service implements LocationListener { * @author ricky barrette */ private void broadcastLocation() { - Log.d(TAG, "broadcastLocation()"); + if(Debug.DEBUG) + Log.d(TAG, "broadcastLocation()"); if (mLocation != null) { final Intent locationUpdate = new Intent(); if (mIntent.getAction() != null)