mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Disable API response debugging.
This commit is contained in:
parent
2db5f3b6c3
commit
9ff983a7db
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class APIResponse {
|
|||
return;
|
||||
}
|
||||
|
||||
Log.d(this.getClass().getName(), "received API response: \n" + this.responseBody);
|
||||
// Log.d(this.getClass().getName(), "received API response: \n" + this.responseBody);
|
||||
|
||||
try {
|
||||
connection.disconnect();
|
||||
|
|
Loading…
Add table
Reference in a new issue