We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b3bea commit 6b68072Copy full SHA for 6b68072
1 file changed
src/main/java/graphql/schema/DataLoaderWithContext.java
@@ -59,7 +59,6 @@ public CompletableFuture<Map<K, V>> loadMany(Map<K, ?> keysAndContexts) {
59
}
60
61
private void newDataLoaderInvocation() {
62
- System.out.println("newDataLoaderInvocation");
63
DataFetchingEnvironmentImpl dfeImpl = (DataFetchingEnvironmentImpl) dfe;
64
DataFetchingEnvironmentImpl.DFEInternalState dfeInternalState = (DataFetchingEnvironmentImpl.DFEInternalState) dfeImpl.toInternal();
65
if (dfeInternalState.getDataLoaderDispatchStrategy() instanceof PerLevelDataLoaderDispatchStrategy) {
0 commit comments