Remove debug leftover.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12083 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2005-03-27 21:29:55 +00:00
parent cd970020cb
commit 3c46b74895
-2
View File
@@ -2644,8 +2644,6 @@ BWindow::determine_target(BMessage *msg, BHandler *target, bool pref)
// to determine what BHandler will dispatch the message and what filters
// should be checked before doing so.
printf("determine_target: %x, %x, %s\n", msg, target, pref ? "true" : "false");
switch (msg->what) {
case B_KEY_DOWN:
case B_KEY_UP: