diff --git a/phoneClients/android/.idea/workspace.xml b/phoneClients/android/.idea/workspace.xml index 55080c5..bd4026e 100644 --- a/phoneClients/android/.idea/workspace.xml +++ b/phoneClients/android/.idea/workspace.xml @@ -41,11 +41,7 @@ - - - - @@ -121,20 +117,20 @@ - + - - + + - + - + @@ -950,9 +946,9 @@ @@ -1428,7 +1424,7 @@ - + @@ -1510,13 +1506,6 @@ - - - file://$PROJECT_DIR$/app/src/main/java/com/websmithing/gpstracker/LocationService.java - 145 - - - @@ -1940,14 +1929,6 @@ - - - - - - - - @@ -1958,12 +1939,20 @@ - + + + + + + + + + diff --git a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LocationService.java b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LocationService.java index aa6d78d..19b8e77 100644 --- a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LocationService.java +++ b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LocationService.java @@ -143,7 +143,7 @@ LoopjHttpClient.get(uploadWebsite, requestParams, new AsyncHttpResponseHandler() { @Override public void onSuccess(int statusCode, org.apache.http.Header[] headers, byte[] responseBody) { - LoopjHttpClient.debugLoopJ(TAG, "sendLocationDataToWebsite - success", uploadWebsite, requestParams, responseBody, headers, statusCode, null); + // LoopjHttpClient.debugLoopJ(TAG, "sendLocationDataToWebsite - success", uploadWebsite, requestParams, responseBody, headers, statusCode, null); stopSelf(); } @Override