From 254d22298b58f9094f164452bb87271935f66932 Mon Sep 17 00:00:00 2001
From: mae <qt-info@nokia.com>
Date: Wed, 16 Sep 2009 12:18:46 +0200
Subject: [PATCH] remove debug output

---
 src/plugins/projectexplorer/outputwindow.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/projectexplorer/outputwindow.cpp b/src/plugins/projectexplorer/outputwindow.cpp
index 0c29756f370..d886584db07 100644
--- a/src/plugins/projectexplorer/outputwindow.cpp
+++ b/src/plugins/projectexplorer/outputwindow.cpp
@@ -429,7 +429,6 @@ void OutputWindow::appendOutputInline(const QString &out)
     } else {
         if (s.endsWith(QLatin1Char('\n'))) {
             m_enforceNewline = true;
-            qDebug() << "CHOP";
             s.chop(1);
         }
         appendPlainText(s);
-- 
GitLab