From dea1f3be3b5b9f13a8efc14e12b10458f710b9ca Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Mon, 15 Dec 2008 11:28:43 +0100 Subject: [PATCH] comment out some debug output when adding an environment variable --- src/plugins/projectexplorer/environmenteditmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/environmenteditmodel.cpp b/src/plugins/projectexplorer/environmenteditmodel.cpp index 68bb6f5fdfb..d881a2e6db3 100644 --- a/src/plugins/projectexplorer/environmenteditmodel.cpp +++ b/src/plugins/projectexplorer/environmenteditmodel.cpp @@ -311,7 +311,7 @@ QModelIndex EnvironmentModel::addVariable(const EnvironmentItem &item) rowInResult = findInResultInsertPosition(item.name); int rowInChanges = findInChangesInsertPosition(item.name); - qDebug()<<"addVariable "<<item.name<<existsInBaseEnvironment<<rowInResult<<rowInChanges; + //qDebug() << "addVariable " << item.name << existsInBaseEnvironment << rowInResult << rowInChanges; if (existsInBaseEnvironment) { m_items.insert(rowInChanges, item); -- GitLab