From 9ce6c555594ddc6882648b75515b177fbb09bdf4 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 11 Jul 2012 22:42:25 +0200 Subject: [PATCH] Don't be so noisy! --- core/textpage.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/textpage.cpp b/core/textpage.cpp index 06acf95b0..57d0d0cea 100644 --- a/core/textpage.cpp +++ b/core/textpage.cpp @@ -863,7 +863,6 @@ RegularAreaRect* TextPagePrivate::findTextInternalForward( int searchID, const Q { curEntity = *it; const QString &str = curEntity->text(); - kDebug() << str; if ( !offsetMoved && ( it == start ) ) { if ( m_searchPoints.contains( searchID ) )