diff --git a/src/plugins/projectexplorer/outputwindow.cpp b/src/plugins/projectexplorer/outputwindow.cpp
index 0c29756f370568d975997eab576c7e451f8cc08c..d886584db077bc463a39043b3b7a39ed5d552114 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);