mirror of https://github.com/buggins/dlangui.git
Removed not needed log.
This commit is contained in:
parent
e2803a9abb
commit
bb539a4cd1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue