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

@@ -876,7 +876,6 @@ public class View implements Drawable.Callback {
if(background != null) {
if(background instanceof ColorDrawable) {
System.out.printf("__background__: >%x<\n", ((ColorDrawable)background).getColor());
setBackgroundColor(((ColorDrawable)background).getColor());
} else {
setBackgroundDrawable(background);