Skip to content

Commit 07bf719

Browse files
committed
whoops
1 parent ebf7a33 commit 07bf719

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/jruby/prism/builder/IRBuilderPrism.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,6 @@ private void buildParameters(ParametersNode parameters) {
17481748
addArgumentDescription(ArgumentType.nokey, null);
17491749
// I don't think we need to slurp up anything to **nil so no recv instr here.
17501750
} else if (parameters.keyword_rest instanceof KeywordRestParameterNode kwrest) {
1751-
System.out.println("B");
17521751
RubySymbol key;
17531752
ArgumentType type;
17541753
if (kwrest.name == null) {

0 commit comments

Comments
 (0)