changeset 7321:642147c5515f

More clean up.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 09 Jan 2013 23:22:28 +0100
parents ef9d827151a5
children 31f218c152f3
files graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/GraalCompilerTest.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
     }