# HG changeset patch # User Thomas Wuerthinger # Date 1357770148 -3600 # Node ID 642147c5515f57a176f3bdb75a5cb63fc553e18e # Parent ef9d827151a55537050c3fcbbfddfc702d884d0b More clean up. diff -r ef9d827151a5 -r 642147c5515f graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/GraalCompilerTest.java --- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/GraalCompilerTest.java Wed Jan 09 23:20:31 2013 +0100 +++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/GraalCompilerTest.java Wed Jan 09 23:22:28 2013 +0100 @@ -70,7 +70,6 @@ public GraalCompilerTest() { DebugEnvironment.initialize(System.out); - System.out.println("initialized debug environment " + GraalOptions.Dump); this.runtime = Graal.getRequiredCapability(GraalCodeCacheProvider.class); this.graalCompiler = Graal.getRequiredCapability(GraalCompiler.class); }