Some debug code

This commit is contained in:
tleety
2015-10-13 15:09:00 +02:00
parent cd64531307
commit c431193764
3 changed files with 69 additions and 7 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ protected:
virtual bool OnMousePress(const Events::MousePress& event)
{
if (Hidden()) {
LOG_DEBUG("Pressed hidden button");
//LOG_DEBUG("Pressed hidden button");
return false;
}
@@ -117,7 +117,7 @@ protected:
virtual bool OnMouseRelease(const Events::MouseRelease& event)
{
if (Hidden()) {
LOG_DEBUG("Released hidden button");
//LOG_DEBUG("Released hidden button");
return false;
}