diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js
index e4d54164b52e2a84cccf59e14ab9ca188d1fe4dd..3d6cfbcad230034b65b71782ed282a4fd57b2c9a 100644
--- a/src/interaction/siWardrobe.js
+++ b/src/interaction/siWardrobe.js
@@ -786,7 +786,6 @@ App.UI.SlaveInteract.wardrobe = function(slave, contentRefresh) {
 	 * @returns {string|HTMLElement}
 	 */
 	function itemTooltip(itemName, category) {
-		console.log(itemName, category);
 		if (itemName === "none" || ["armAccessory", "legAccessory"].includes(category)) {
 			return "No effect one way or another.";
 		}
@@ -949,8 +948,6 @@ App.UI.SlaveInteract.wardrobe = function(slave, contentRefresh) {
 				} else {
 					link = document.createElement('span');
 
-					console.log(name, category, itemTooltip(name, category));
-
 					// Set up the link
 					link.appendChild(
 						App.UI.DOM.link(