# HG changeset patch # User Thomas Wuerthinger # Date 1424132787 -3600 # Node ID a5c9756f9649f090c87d0dcf30b5aabbad6c12fe # Parent a207d92b0b4003bd179d272893297861b9fb0de2 Remove left-over debug output. diff -r a207d92b0b40 -r a5c9756f9649 graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/TruffleCompilerImpl.java --- a/graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/TruffleCompilerImpl.java Tue Feb 17 01:17:42 2015 +0100 +++ b/graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/TruffleCompilerImpl.java Tue Feb 17 01:26:27 2015 +0100 @@ -97,7 +97,6 @@ if (TruffleCompilerOptions.FastPE.getValue()) { GraphBuilderPhase phase = (GraphBuilderPhase) backend.getSuites().getDefaultGraphBuilderSuite().findPhase(GraphBuilderPhase.class).previous(); this.config.getInvocationPlugins().setDefaults(phase.getGraphBuilderConfig().getInvocationPlugins()); - System.out.println("!!" + config.getInvocationPlugins()); } this.truffleCache = new TruffleCacheImpl(providers, eagerConfig, TruffleCompilerImpl.Optimizations);