##// END OF EJS Templates
minor. removes debug leftover
Michal Klocek -
r1242:8f2f7e1849ba
parent child
Show More
@@ -207,7 +207,6 void XYChart::handleReinitialized()
207 207
208 208 void XYChart::handleDomainChanged(qreal minX, qreal maxX, qreal minY, qreal maxY)
209 209 {
210 qDebug()<<__FUNCTION__;
211 210 m_minX=minX;
212 211 m_maxX=maxX;
213 212 m_minY=minY;
General Comments 0
You need to be logged in to leave comments. Login now