From 79191a76f3edb34d639a4eed54035c897df0b0ea Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Mon, 14 Dec 2009 09:26:29 +0100 Subject: [PATCH] Perforce: Silence the startup --- src/plugins/perforce/perforceplugin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/perforce/perforceplugin.cpp b/src/plugins/perforce/perforceplugin.cpp index ae859802790..5f5b6c7ca88 100644 --- a/src/plugins/perforce/perforceplugin.cpp +++ b/src/plugins/perforce/perforceplugin.cpp @@ -600,7 +600,6 @@ void PerforcePlugin::startSubmitProject() } QStringList fstatLines = fstatResult.stdOut.split(QLatin1Char('\n')); -qDebug() << "O" << fstatResult.stdOut << "L" << fstatLines; QStringList depotFileNames; foreach (const QString &line, fstatLines) { if (line.startsWith("... depotFile")) @@ -1335,7 +1334,7 @@ void PerforcePlugin::slotTopLevelFound(const QString &t) void PerforcePlugin::slotTopLevelFailed(const QString &errorMessage) { - VCSBase::VCSBaseOutputWindow::instance()->appendError(tr("Perforce: Unable to determine the repository: %1").arg(errorMessage)); + VCSBase::VCSBaseOutputWindow::instance()->appendSilently(tr("Perforce: Unable to determine the repository: %1").arg(errorMessage)); if (Perforce::Constants::debug) qDebug() << errorMessage; } -- GitLab