Removed stray debug printf.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32002 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2009-07-30 23:26:09 +00:00
parent c32499b4f7
commit 5171d87a62
-1
View File
@@ -2267,7 +2267,6 @@ BMenu::_DrawItems(BRect updateRect)
if (item->Frame().Intersects(updateRect))
item->Draw();
}
printf("BMenu::_DrawItems() took %lld usecs\n", system_time() - start);
}