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

obsolete

parent b43f2c60
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
AGrowth
#
MIN
brokenSlaves
toString
toFixed
LivingRule
......
......@@ -127,9 +127,6 @@ App.SlaveAssignment.stayConfined = function(slave) {
}
t += ` <span class="noteworthy">`;
if (slave.assignment === Job.CELLBLOCK) {
State.temporary.brokenSlaves++;
}
if (V.assignmentRecords[slave.ID]) {
let oldJob = V.assignmentRecords[slave.ID];
assignJobSafely(slave, oldJob);
......
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