Skip to content

Commit

Permalink
DERP
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 15, 2015
1 parent 13870c7 commit afbe8c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/ir/IRScope.java
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ public synchronized FullInterpreterContext prepareFullBuild() {
if (!isUnsafeScope()) new AddCallProtocolInstructions().run(this);

fullInterpreterContext.generateInstructionsForIntepretation();
System.out.println("FOC : " + fullInterpreterContext.toStringInstrs());
return fullInterpreterContext;
}

Expand Down

0 comments on commit afbe8c7

Please sign in to comment.