TouchpadPrefView: Remove debugging message from destructor.

This commit is contained in:
Augustin Cavalier 2016-01-13 16:02:59 -05:00
parent 56af4c7c2b
commit cf78be3fd1

View File

@ -60,7 +60,6 @@ TouchpadView::TouchpadView(BRect frame)
TouchpadView::~TouchpadView()
{
puts("GONE!");
delete fOffScreenBitmap;
}