Skip to content

Commit

Permalink
Removed useless logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Apr 26, 2024
1 parent 8a96488 commit 7125e92
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,6 @@ public boolean listensTo(String packageName) {

private void setupChips() {

log(TAG + "updateChips: " + stockClockTimeBackgroundChip + " " + stockClockDateBackgroundChip);

mAccent = getPrimaryColor(mContext);
mClockChipDrawale.setShape(GradientDrawable.RECTANGLE);
mClockChipDrawale.setGradientType(GradientDrawable.LINEAR_GRADIENT);
Expand Down

0 comments on commit 7125e92

Please sign in to comment.