mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Remove logging that was leaking password data.
This commit is contained in:
parent
65ff10470b
commit
caf3bf3feb
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ public class APIClient {
|
|||
}
|
||||
|
||||
final PrintWriter printWriter = new PrintWriter(connection.getOutputStream());
|
||||
Log.d(this.getClass().getName(), "parameterString = " + parameterString);
|
||||
printWriter.print(parameterString);
|
||||
printWriter.close();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue