Skip to content

Commit 5e0b563

Browse files
committed
Remove sout
1 parent c880fb5 commit 5e0b563

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/intuit/graphql/orchestrator/batch/DownStreamQueryOptimizer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ private static GroupedSelectionSet groupSelections(List<Selection> selections) {
5454
private SelectionSet transform(SelectionSet selections) {
5555
final GroupedSelectionSet groupedSelectionSet = groupSelections(selections.getSelections());
5656
if(groupedSelectionSet.getGroupedFields().size() > 0) {
57-
System.out.println("if");
5857
SelectionSet.Builder mergedSelectionSetBuilder = SelectionSet.newSelectionSet();
5958
groupedSelectionSet.getDistinctSelections().forEach(selection -> mergedSelectionSetBuilder.selection(selection));
6059
groupedSelectionSet.getGroupedFields().values()

0 commit comments

Comments
 (0)