Skip to content

Commit 75f6444

Browse files
committed
Sanitize logs
1 parent 4d84a2c commit 75f6444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/thoughtcrime/securesms/database/RecipientSettingsDatabase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class RecipientSettingsDatabase @Inject constructor(
4343

4444
// If nothing is updated, return early
4545
if (oldSettings == newSettings) {
46-
Log.d(TAG, "No changes to settings for ${address.debugString}, old: $oldSettings, new: $newSettings")
46+
Log.d(TAG, "No changes to settings for ${address.debugString}")
4747
return
4848
}
4949

0 commit comments

Comments
 (0)