From c40dae7a947c5bc251cb4f0d6edd90a7d9711ede Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sat, 21 Dec 2019 01:58:24 -0800
Subject: [PATCH] And no origin either

---
 src/pregmod/editGenetics.tw | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pregmod/editGenetics.tw b/src/pregmod/editGenetics.tw
index 53eab11fcd7..ffdff2c2243 100644
--- a/src/pregmod/editGenetics.tw
+++ b/src/pregmod/editGenetics.tw
@@ -43,7 +43,6 @@
 			<th>Mother</th><td colspan="2"><%= tmpl.parentFullName(s.mother) %></td>
 			<th>Age</th><td><%- tmpl.ageDesc(s) %></td>
 		</tr>
-		<% if(s.origin) { %><tr><td colspan="8"><i><%- s.origin %></td></i></tr><% } %>
 		<% if(s.birthName !== s.slaveName || s.birthSurname !== s.slaveSurname) { %><tr><td colspan="8"><i>Currently called <%= tmpl.currentFullName(s) %>.</td></i></tr><% } %>
 		<tr><td></td><td colspan="6"><hr></td><td></td></tr>
 		<tr>
-- 
GitLab