remove some old debugging prints, gate others behind verbose log

This commit is contained in:
Mis012
2024-06-22 14:35:56 +02:00
parent df074bd2b4
commit 004ba4ff00
6 changed files with 6 additions and 10 deletions

View File

@@ -151,7 +151,6 @@ public class Drawable {
public void setTintList(ColorStateList tint) {}
public void setTint(int tint) {
System.out.println("setTint("+tint+")");
setTintList(ColorStateList.valueOf(tint));
}