comment out the 2nd line of a qDebug also

wilder-portage
Kurt Hindenburg 11 years ago
parent ad317441b3
commit 54713c23fc
  1. 2
      src/ColorSchemeManager.cpp

@ -227,7 +227,7 @@ bool ColorSchemeManager::loadColorScheme(const QString& filePath)
_colorSchemes.insert(scheme->name(), scheme);
} else {
//qDebug() << "color scheme with name" << scheme->name() << "has already been" <<
"found, ignoring.";
// "found, ignoring.";
delete scheme;
}

Loading…
Cancel
Save