Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into master
[simgrid.git] / examples / java / app / tokenring / Main.java
index 648339c..e4d0f63 100644 (file)
@@ -29,7 +29,5 @@ class Main {
                }
                Msg.info("Number of hosts '"+hosts.length+"'");
                Msg.run();
-               
-               Msg.info("Simulation time "+Msg.getClock());
        }
 }