diff --git a/src/markets/theMarket/market.js b/src/markets/theMarket/market.js
index e74076edcf27f7a77c3ec72d4f0872bb0c8786e4..7fbde0137e732c4a3da19df5562554dd429c576d 100644
--- a/src/markets/theMarket/market.js
+++ b/src/markets/theMarket/market.js
@@ -19,7 +19,7 @@ App.UI.market = function() {
 
 App.UI.specificMarket = function({market, slaveMarket, slaveMarketLimit, newSlaves = [], numArcology} = {}) {
 	const el = new DocumentFragment();
-	console.log(market);
+
 	// Sidebar
 	V.nextButton = "Back";
 	V.nextLink = "Buy Slaves";