From d2d6a87992095a1d88c58f208b47be20e91bd8bf Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Fri, 21 Feb 2020 17:00:07 -0500
Subject: [PATCH] strip test code

---
 src/js/itemAvailability.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/js/itemAvailability.js b/src/js/itemAvailability.js
index bffc9118903..82e682a85a8 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;
-- 
GitLab