Removed unnecessary reassignment

This commit is contained in:
Matthew Casperson
2019-03-19 09:45:47 +10:00
parent a1fcd1c623
commit 02a101ff99

View File

@@ -77,10 +77,6 @@ export default class Cluster extends PIXI.Graphics {
nodeBox.y += masterHeight
}
if (masterX === left) {
masterX = workerX
}
/*
Place unassigned pods to the left of the master nodes, or
to the left of the worker nodes if there were no masters.