removed unnecessary logging

This commit is contained in:
c0ffee12 2021-07-27 23:13:38 -07:00
parent 4c8fa63c50
commit 850dab8883
2 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@ -28,9 +28,6 @@ namespace RJW_Events
}) ||
(RJWPreferenceSettings.sex_wear == RJWPreferenceSettings.Clothing.Headgear && !x.sourceApparel.def.apparel.bodyPartGroups.Contains(BodyPartGroupDefOf.UpperHead)))
return false;
Log.Message(x.sourceApparel.def.defName + " is not nude appropriate. Fixing....");
return true;
}))