diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js
index 474e4e4c1e3a49b9f671426458b95ea4aecbf7bc..fc2516dde2e53073e631f705947da21c778e0c09 100644
--- a/src/js/eventSelectionJS.js
+++ b/src/js/eventSelectionJS.js
@@ -2193,12 +2193,6 @@ globalThis.generateRandomEventPoolServant = function(eventSlave) {
 			}
 		}
 
-		if (App.Utils.hasFamilySex(eventSlave) || eventSlave.rules.release.slaves === 1) {
-			if (eventSlave.clit > 2) {
-				V.RESSevent.push("slave clit on slave");
-			}
-		}
-
 		if (eventSlave.rules.release.masturbation === 1) {
 			if (eventSlave.dick > 4) {
 				if (hasAnyArms(eventSlave)) {