From c764a7b66c59c2be64cc46971ea7def19adf49c6 Mon Sep 17 00:00:00 2001 From: daneren2005 Date: Thu, 8 May 2014 20:33:20 -0700 Subject: Remove pointless log --- src/github/daneren2005/dsub/service/RESTMusicService.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/github/daneren2005') diff --git a/src/github/daneren2005/dsub/service/RESTMusicService.java b/src/github/daneren2005/dsub/service/RESTMusicService.java index 1f128ee8..37aa4a02 100644 --- a/src/github/daneren2005/dsub/service/RESTMusicService.java +++ b/src/github/daneren2005/dsub/service/RESTMusicService.java @@ -1328,9 +1328,7 @@ public class RESTMusicService implements MusicService { private HttpResponse getResponseForURL(Context context, String url, HttpParams requestParams, List parameterNames, List parameterValues, List
headers, ProgressListener progressListener, SilentBackgroundTask task) throws Exception { - Log.d(TAG, "Connections in pool: " + connManager.getConnectionsInPool()); - - // If not too many parameters, extract them to the URL rather than relying on the HTTP POST request being + // If not too many parameters, extract them to the URL rather than relying on the HTTP POST request being // received intact. Remember, HTTP POST requests are converted to GET requests during HTTP redirects, thus // loosing its entity. if (parameterNames != null && parameterNames.size() < 10) { -- cgit v1.2.3