From afb54077f5f4bf576fa93074e803270fcb15ba70 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 30 Jun 2010 13:15:44 +0200 Subject: debugger: fix some regressions in the log output after the engine refactoring --- src/plugins/debugger/debuggeroutputwindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/debugger/debuggeroutputwindow.cpp') diff --git a/src/plugins/debugger/debuggeroutputwindow.cpp b/src/plugins/debugger/debuggeroutputwindow.cpp index 8b92763c80..d04460144d 100644 --- a/src/plugins/debugger/debuggeroutputwindow.cpp +++ b/src/plugins/debugger/debuggeroutputwindow.cpp @@ -436,7 +436,6 @@ void DebuggerOutputWindow::showInput(int channel, const QString &input) cursor.movePosition(QTextCursor::End); m_inputText->setTextCursor(cursor); m_inputText->ensureCursorVisible(); - showOutput(LogInput, input); } void DebuggerOutputWindow::clearContents() -- cgit v1.2.1