Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove forgotten debug println
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 19 Feb 2013 16:35:22 +0000 (17:35 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 19 Feb 2013 16:35:22 +0000 (17:35 +0100)
src/bindings/java/org/simgrid/msg/Msg.java

index 3ec72e8..2cf133a 100644 (file)
@@ -41,7 +41,6 @@ public final class Msg {
          //Windows may report its name in java differently from cmake, which generated the path
                if(Os.toLowerCase().indexOf("win") >= 0) Os = "Windows";
                String Path = "NATIVE/"+Os+"/"+System.getProperty("os.arch")+"/";
          //Windows may report its name in java differently from cmake, which generated the path
                if(Os.toLowerCase().indexOf("win") >= 0) Os = "Windows";
                String Path = "NATIVE/"+Os+"/"+System.getProperty("os.arch")+"/";
-                               System.out.println("loading from " +Path);
 
                String filename=name;
                InputStream in = Msg.class.getClassLoader().getResourceAsStream(Path+filename);
 
                String filename=name;
                InputStream in = Msg.class.getClassLoader().getResourceAsStream(Path+filename);