Skip to content

Commit

Permalink
#5833 Removed sout statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 authored and lgoltz committed Oct 17, 2019
1 parent d6f1597 commit 8f8baa2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ private void writeFeatureMembersCached( Version wfsVersion, GMLStreamWriter gmlS
int featuresSkipped = 0;
Map<FeatureStore, List<Query>> analysedQueries = analyzer.getQueries();
boolean applyMaxFeaturesAndStartIndex = checkIfMaxFeaturesAndStartIndexMustBeApplied( analysedQueries );
System.out.println( "#########APPLY??? " + applyMaxFeaturesAndStartIndex );
for ( Map.Entry<FeatureStore, List<Query>> fsToQueries : analysedQueries.entrySet() ) {
FeatureStore fs = fsToQueries.getKey();
Query[] queries = fsToQueries.getValue().toArray( new Query[fsToQueries.getValue().size()] );
Expand Down

0 comments on commit 8f8baa2

Please sign in to comment.