Don't need URL log now.
This commit is contained in:
parent
87c276dfc4
commit
298fab290a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue