diff --git a/src/js/assayJS.js b/src/js/assayJS.js
index bcaa17a91dbe2f6115f5bbc9d61993e0a4c54e61..73ba53b9e12b4afd35a635bc5391a6cb7e0f4eae 100644
--- a/src/js/assayJS.js
+++ b/src/js/assayJS.js
@@ -333,11 +333,6 @@ App.Utils.Pronouns = class {
 	get wife() { return this.noun === "girl" ? "wife" : "wife"; }
 	get Wife() { return capFirstChar(this.wife); }
 
-	/* more accurately */
-	/**
-	get wife() { return this.noun === "girl" ? "wife" : "husband"; }
-	get Wife() { return capFirstChar(this.wife); }
-	*/
 	/**
 	 * @param {string} suffix
 	 * @returns {Object.<string, string>}