diff --git a/src/js/birth/birth.js b/src/js/birth/birth.js
index 6631591aca064259add4ae92befb50bcb9b44694..310b7c7b985a3d913b542037438ba4de89410f5a 100644
--- a/src/js/birth/birth.js
+++ b/src/js/birth/birth.js
@@ -67,7 +67,6 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 			slave.counter.laborCount++;
 		}
 		el.append(birthCritical());
-		console.log(cSection, slave.broodmother);
 		if (cSection && slave.broodmother === 0 && V.bellyImplants === 1) {
 			el.append(implantImplant());
 		}