diff --git a/src/js/heroCreator.js b/src/js/heroCreator.js
index 9283d8d660336aa2c8a671f3696f6e2ebb53eddb..47ba071f6bb981fd42a31cebded8b5bd8dc3785d 100644
--- a/src/js/heroCreator.js
+++ b/src/js/heroCreator.js
@@ -18,10 +18,7 @@ App.Utils.buildHeroArray = function() {
 		);
 	}
 	if (V.heroSlaves) {
-		console.log("array length: ", array.length);
 		array = array.concat(V.heroSlaves);
-		console.log("found and integrated custom slaves: ", V.heroSlaves);
-		console.log("array length: ", array.length);
 	}
 	for (let hero = 0; hero < array.length; hero++) {
 		if (V.seePreg !== 1 && [900089, 900102].includes(array[hero].ID)) {