diff --git a/src/js/useSlave.JS b/src/js/useSlave.JS
index 078ea9a06dfcb2a87adfb806bad7f9a71d8980bb..c57fb42a9ae5009c28ddefc3f8eb4331ed5fd9d5 100644
--- a/src/js/useSlave.JS
+++ b/src/js/useSlave.JS
@@ -12,9 +12,6 @@ window.useSlaveDisplay = function(slave) {
 			he, him, his, hers, himself, boy, He, His
 		} = getPronouns(slave);
 
-
-	// TODO: consider multiple arrays?  For multiple prefaaces: fuck him, etc.  Then assemble at end.
-
 	/*
 	Array of objects.  Each object follows the form: {
 		text: "Link text",
@@ -448,8 +445,6 @@ window.useSlaveDisplay = function(slave) {
 	return jQuery('#useSlave').empty().append(el);
 };
 
-// TODO:	splice through return trash to console if neeeded?
-
 window.SlaveInteractImpreg = function(slave) {
 	const
 		{
@@ -704,11 +699,10 @@ window.SlaveInteractFertility = function(slave) {
 		(slave.broodmother === 0) &&
 		V.seePreg !== 0
 	) {
-		// div?
 		let control = document.createElement('div');
 		let underline = document.createElement('span');
 
-		underline.style.textDecoration = "underline"; // TODO: doesn't seem to work
+		underline.style.textDecoration = "underline";
 		underline.textContent = "Pregnancy control";
 		control.append(underline);
 		control.append(": ");