Removed debug

This commit is contained in:
Sergii Pylypenko
2019-07-11 23:11:12 +03:00
committed by pelya
parent 8741cbd50e
commit fe73e6d021
-1
View File
@@ -178,7 +178,6 @@ public:
*/
inline int GetMinLegendWidth() const
{
printf("GetMinLegendWidth: this->min_number_of_columns %d this->column_width %d\n", this->min_number_of_columns, this->column_width);
return WD_FRAMERECT_LEFT + this->min_number_of_columns * this->column_width;
}