Remove debug printing from brush

This commit is contained in:
Simon Robertshaw
2012-06-13 15:09:37 +01:00
parent 2b51441573
commit 9769239af6

View File

@@ -63,10 +63,7 @@ public:
{
this->radius = radius;
this->size = radius+radius+ui::Point(1, 1);
std::cout << "Radius: " << radius.X << " " << radius.Y << std::endl;
std::cout << "Size: " << size.X << " " << size.Y << std::endl;
GenerateBitmap();
updateOutline();
}