cleaned up another qDebugging line

This commit is contained in:
Eric Levin 2015-05-31 15:33:51 -07:00
parent 9641b11086
commit 9ca5310c21

View file

@ -60,7 +60,6 @@ class LineEntityItem : public EntityItem {
}
void setLinePoints(const QVector<glm::vec3>& points){
qDebug()<<"points " << points;
_points = points;
}