Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RumbleDB/rumble into Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Jul 10, 2024
2 parents 191fa63 + b20e3f4 commit a37fe9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/rumbledb/api/Rumble.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public SequenceOfItems runQuery(String query) {
pul.applyUpdates(iterator.getMetadata());
}

System.err.println("final iterator is: " + iterator.isUpdating());
return new SequenceOfItems(iterator, dynamicContext, this.configuration);
}

Expand Down

0 comments on commit a37fe9b

Please sign in to comment.