From 692f8ff97633e6a0aac493fea5ff1eddc8c63eac Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 26 Sep 2020 22:57:32 -0400
Subject: [PATCH] remove console.log

---
 src/js/birth/birth.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/js/birth/birth.js b/src/js/birth/birth.js
index 6631591aca0..310b7c7b985 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());
 		}
-- 
GitLab