From 04deca8419445effaa3ed35d0594c7db2c5fd953 Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Mon, 21 Oct 2024 15:31:00 +1100 Subject: [PATCH] removing log --- .../securesms/database/helpers/SQLCipherOpenHelper.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java b/app/src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java index e2554bdbb8..b6ebd6db84 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java +++ b/app/src/main/java/org/thoughtcrime/securesms/database/helpers/SQLCipherOpenHelper.java @@ -138,8 +138,6 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper { this.context = context.getApplicationContext(); this.databaseSecret = databaseSecret; - - Log.d("", "*** DB PASSWORD: "+databaseSecret.asString()); } private static void applySQLCipherPragmas(SQLiteConnection connection, boolean useSQLCipher4) {