You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
remove some old debugging prints, gate others behind verbose log
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user