diff --git a/src/js/itemAvailability.js b/src/js/itemAvailability.js
index bffc9118903d467e8d72eea81968f81c5e017e30..82e682a85a899649879d3a8fd874fbb3b68a1e7e 100644
--- a/src/js/itemAvailability.js
+++ b/src/js/itemAvailability.js
@@ -356,7 +356,6 @@ window.isClothingAccessible = (function() {
 	}
 
 	function isAvailableForSlave(item, category, slave) {
-		//console.log("isAvailableForSlave ran!", item, category, slave);
 		switch (category) {
 			case "clothing":
 			case "clothes":
@@ -519,7 +518,6 @@ window.isClothingAccessible = (function() {
 				}
 			}
 			default:
-				console.log(`made a category for ${category} automatically, may need to define this by hand`);
 				break;
 		}
 		return true;