From 9769239af69695e9a7f8cf103a197695ecf691e0 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Wed, 13 Jun 2012 15:09:37 +0100 Subject: Remove debug printing from brush diff --git a/src/game/Brush.h b/src/game/Brush.h index bb6df74..34354c0 100644 --- a/src/game/Brush.h +++ b/src/game/Brush.h @@ -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(); } -- cgit v0.9.2-21-gd62e