diff --git a/src/endWeek/slaveAssignmentReport.js b/src/endWeek/slaveAssignmentReport.js
index aeb76395524f0ee2fb1115b09d72a7859885f7e4..66e04ff3a7434370cd096d808e27c48e8f3cbc2c 100644
--- a/src/endWeek/slaveAssignmentReport.js
+++ b/src/endWeek/slaveAssignmentReport.js
@@ -1,7 +1,6 @@
 App.EndWeek.slaveAssignmentReport = function() {
 	const facilities = App.Entity.facilities;
 	const arcology = V.arcologies[0];
-	debugger;
 
 	const initialEmployeesCount = App.Utils.countFacilityWorkers(); // will be used to show differences after all the assignment changes
 	const initialPenthouseTotalEmployeesCount = _countPenthousePopulation();