Commit e32bdfdd authored by Anton Beloglazov's avatar Anton Beloglazov

- Removed some temporary debug code

parent f61914d1
...@@ -65,9 +65,6 @@ public class HostDynamicWorkload extends Host { ...@@ -65,9 +65,6 @@ public class HostDynamicWorkload extends Host {
*/ */
@Override @Override
public double updateVmsProcessing(double currentTime) { public double updateVmsProcessing(double currentTime) {
if (CloudSim.clock() > 5 && getId() == 3) {
Log.printLine();
}
double smallerTime = super.updateVmsProcessing(currentTime); double smallerTime = super.updateVmsProcessing(currentTime);
setPreviousUtilizationMips(getUtilizationMips()); setPreviousUtilizationMips(getUtilizationMips());
setUtilizationMips(0); setUtilizationMips(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment