Skip to content

Commit

Permalink
Remove useless logs
Browse files Browse the repository at this point in the history
Signed-off-by: DHD2280 <[email protected]>
  • Loading branch information
DHD2280 committed Dec 14, 2024
1 parent 6c5c3a0 commit e6d47ac
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ private void refreshAllBatteryIcons() {
}

private void updateBatteryViewValues(View view) {
log("updateBatteryViewValues called");
TextView batteryOutPercentage = null;
try {
batteryOutPercentage = view.findViewById(mContext.getResources().getIdentifier("battery_percentage_view", "id", mContext.getPackageName()));
Expand Down Expand Up @@ -546,7 +545,6 @@ private void updateBatteryViewValues(View view) {
}
}
if (CustomBatteryEnabled && batteryIcon != null) {
log("CustomBatteryEnabled && batteryIcon != null");
scaleBatteryMeterViews(batteryIcon);
updateBatteryRotation(batteryIcon);
updateFlipper(batteryIcon.getParent());
Expand Down Expand Up @@ -602,7 +600,6 @@ private void updateBatteryViewValues(View view) {
}

private void updateIconsColor() {
log("updateIconsColor " + batteryViews.size());
if (batteryViews.isEmpty()) return;
for (View v : batteryViews) {
if (v instanceof ImageView) {
Expand Down

0 comments on commit e6d47ac

Please sign in to comment.