Remove unnecessary debug log

This commit is contained in:
callavico 2023-04-28 01:43:30 -04:00 committed by GitHub
parent 55554df7e2
commit 7f83731a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ namespace RJW_Genes
private void AdjustPawnToFemale()
{
Log.Message($"Gene_FemaleOnly AdjustPawnToFemale | {pawn} | {pawn.gender}");
// Here we really use the Gender.Female and not our helper IsFemale(pawn)
if (pawn.gender == Gender.Female)
return;