Disabled somewhat annoying debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21956 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-08-15 00:06:42 +00:00
parent 1af35a240d
commit df79164d1b

View File

@ -1639,7 +1639,7 @@ TermView::KeyDown(const char *bytes, int32 numBytes)
fShell->Signal(SIGINT);
}
printf("rawKey: %c\n", (char)rawChar);
//printf("rawKey: %c\n", (char)rawChar);
// Terminal filters RET, ENTER, F1...F12, and ARROW key code.
// TODO: Cleanup