aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-09 19:46:31 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-09 19:46:31 +0100
commit7df82563ab8650e3694a2b64acc9864e443078f3 (patch)
treef792c6be485e7be940679a4c02a1ed3d7318fa83 /src/main
parent53f118fa008c6bf1df95052b3ee045ef332730ba (diff)
don't log passwords
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/de/pixart/messenger/services/ExportLogsService.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/de/pixart/messenger/services/ExportLogsService.java b/src/main/java/de/pixart/messenger/services/ExportLogsService.java
index 63ac1be68..5411d4e0f 100644
--- a/src/main/java/de/pixart/messenger/services/ExportLogsService.java
+++ b/src/main/java/de/pixart/messenger/services/ExportLogsService.java
@@ -211,7 +211,6 @@ public class ExportLogsService extends Service {
}
EncryptionKey = password; //get previously set backup password
}
- Log.d(Config.LOGTAG, "Database exporter: encrypt backup with password " + EncryptionKey);
// encrypt database from the input file to the output file
try {