File Remove-debug-output-I-forgot-to-remove.patch of Package konsole.6356
From a9b0878b56ccea354bb97218272a6f55d85d026a Mon Sep 17 00:00:00 2001
From: "Martin T. H. Sandsmark" <martin.sandsmark@kde.org>
Date: Thu, 3 Nov 2016 10:18:08 +0100
Subject: Remove debug output I forgot to remove
---
src/Application.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Application.cpp b/src/Application.cpp
index 5bf04cc..241dace 100644
--- a/src/Application.cpp
+++ b/src/Application.cpp
@@ -400,7 +400,6 @@ MainWindow* Application::processWindowArgs(bool &createdNewMainWindow)
Profile::Ptr Application::processProfileSelectArgs()
{
Profile::Ptr defaultProfile = ProfileManager::instance()->defaultProfile();
- qDebug() << "Default profile name:" << defaultProfile->name();
if (m_parser->isSet(QStringLiteral("profile"))) {
Profile::Ptr profile = ProfileManager::instance()->loadProfile(
--
cgit v0.11.2