Removed not needed log.

This commit is contained in:
and3md 2017-07-18 17:21:44 +02:00
parent e2803a9abb
commit bb539a4cd1
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ class SimpleBarChart : Widget {
_barWidth = cast (int) ((_axisX.lengthFromZeroToArrow - (_barDistance * barCount)) / barCount);
// compute X axis max description height
Log.d("barW ",_barWidth);
_axisX.maxDescriptionSize = measureAxisXDesc();
// compute chart size