Skip to content

Commit

Permalink
Remove unnecessary logging
Browse files Browse the repository at this point in the history
// FREEBIE
  • Loading branch information
moxie0 committed Aug 28, 2017
1 parent 1252b3c commit 6af8367
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public void setVibrate(Recipient recipient, @NonNull VibrateState enabled) {
}

public void setMuted(Recipient recipient, long until) {
Log.w(TAG, "Setting muted until: " + until);
ContentValues values = new ContentValues();
values.put(MUTE_UNTIL, until);
updateOrInsert(recipient.getAddress(), values);
Expand Down

0 comments on commit 6af8367

Please sign in to comment.