mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Remove unnecessary debug log
This commit is contained in:
parent
55554df7e2
commit
7f83731a69
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ namespace RJW_Genes
|
||||||
|
|
||||||
private void AdjustPawnToFemale()
|
private void AdjustPawnToFemale()
|
||||||
{
|
{
|
||||||
Log.Message($"Gene_FemaleOnly AdjustPawnToFemale | {pawn} | {pawn.gender}");
|
|
||||||
|
|
||||||
// Here we really use the Gender.Female and not our helper IsFemale(pawn)
|
// Here we really use the Gender.Female and not our helper IsFemale(pawn)
|
||||||
if (pawn.gender == Gender.Female)
|
if (pawn.gender == Gender.Female)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue