TD: Fix capitalization of Console calls

This commit is contained in:
Chris Hennes
2025-05-08 12:41:46 -05:00
committed by Kacper Donat
parent 777d20b812
commit 6a458b5ed0
4 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ TechDraw::DrawViewPart* CosmeticExtension::getOwner()
//! remove cosmetic elements for a list of subelement names
void CosmeticExtension::deleteCosmeticElements(std::vector<std::string> removables)
{
// Base::Console().Message("CEx::deleteCosmeticElements(%d removables)\n", removables.size());
// Base::Console().message("CEx::deleteCosmeticElements(%d removables)\n", removables.size());
DrawViewPart* viewPart = getOwner();
for (auto& name : removables) {
if (DU::getGeomTypeFromName(name) == "Vertex" &&