From 17dee6524b95fec06ed72a763f9f15c1ded54329 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Mon, 8 Oct 2007 21:48:49 +0000 Subject: [PATCH] and there, the usual commit which removes the forgotten debug output... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22490 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/TextView.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/kits/interface/TextView.cpp b/src/kits/interface/TextView.cpp index 069423ed45..d576a092d0 100644 --- a/src/kits/interface/TextView.cpp +++ b/src/kits/interface/TextView.cpp @@ -4422,8 +4422,6 @@ BTextView::HandleInputMethodChanged(BMessage *message) // TODO: block input if not editable (Andrew) ASSERT(fInline != NULL); - printf("HandleInputMethodChanged()\n"); - message->PrintToStream(); const char *string = NULL; if (message->FindString("be:string", &string) < B_OK || string == NULL) return; @@ -4528,7 +4526,6 @@ BTextView::CancelInputMethod() if (!fInline) return; - printf("CancelInputMethod()\n"); _BInlineInput_ *inlineInput = fInline; fInline = NULL;