Remove debug output

This commit is contained in:
dP
2025-10-06 23:32:36 +05:00
parent 294e4f9bf7
commit 608b6e6775
4 changed files with 1 additions and 22 deletions

View File

@@ -1463,7 +1463,6 @@ void SetCompanyManagerFaceStyle(CompanyManagerFace &cmf, uint style)
cmf.style = style;
cmf.style_label = spec->label;
Debug(misc, 0, "Set face style {} {}", cmf.style, cmf.style_label);
}
/**