Don't need URL log now.

This commit is contained in:
Przemek Grondek 2014-08-20 11:38:53 +02:00
parent 87c276dfc4
commit 298fab290a

View file

@ -359,7 +359,7 @@ public class AsyncDatabaseConnector {
InputStream inputStream = null;
String response;
Log.d("URL REQUEST", urlRequest);
// Log.d("URL REQUEST", urlRequest);
HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection(); // TODO Handling no connection
urlConnection.setReadTimeout(READ_TIMEOUT);