Remove old debugging output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41192 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2011-04-07 12:09:57 +00:00
parent 3291a30df3
commit 3252a2a09d
-1
View File
@@ -381,7 +381,6 @@ void
DeskbarView::MouseDown(BPoint pos)
{
Looper()->CurrentMessage()->FindInt32("buttons",&fLastButtons);
Looper()->CurrentMessage()->PrintToStream();
if (fLastButtons & B_SECONDARY_MOUSE_BUTTON) {
ConvertToScreen(&pos);