Skip to content
Snippets Groups Projects
Commit b93c256d authored by lowercasedonkey's avatar lowercasedonkey
Browse files

remove debugger

parent 4ce6700e
No related branches found
No related tags found
No related merge requests found
App.EndWeek.slaveAssignmentReport = function() { App.EndWeek.slaveAssignmentReport = function() {
const facilities = App.Entity.facilities; const facilities = App.Entity.facilities;
const arcology = V.arcologies[0]; const arcology = V.arcologies[0];
debugger;
const initialEmployeesCount = App.Utils.countFacilityWorkers(); // will be used to show differences after all the assignment changes const initialEmployeesCount = App.Utils.countFacilityWorkers(); // will be used to show differences after all the assignment changes
const initialPenthouseTotalEmployeesCount = _countPenthousePopulation(); const initialPenthouseTotalEmployeesCount = _countPenthousePopulation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment