Remove useless comment

This commit is contained in:
Robert Morrison 2022-06-20 03:47:23 +01:00
parent de68526bc3
commit fd38d54a93
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -23,7 +23,6 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<!-- Here we define the Debug Build.
The Release Build will also do -Werror as I don't want to release shitty code
-->
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>