remove debug println

This commit is contained in:
sk 2023-10-19 00:44:10 +02:00
parent 36846acbe5
commit 95858e3280
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ public class HeaderSubtitleLinearLayout extends LinearLayout{
super(context, attrs, defStyleAttr);
TypedArray ta=context.obtainStyledAttributes(attrs, R.styleable.HeaderSubtitleLinearLayout);
firstFraction=ta.getFraction(R.styleable.HeaderSubtitleLinearLayout_firstFraction, 1, 1, 0.5f);
System.out.println("FRACTION " + firstFraction);
ta.recycle();
}