Skip to content

Commit 6b68072

Browse files
committed
upgrade to dataloader 6
1 parent b3b3bea commit 6b68072

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/graphql/schema/DataLoaderWithContext.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public CompletableFuture<Map<K, V>> loadMany(Map<K, ?> keysAndContexts) {
5959
}
6060

6161
private void newDataLoaderInvocation() {
62-
System.out.println("newDataLoaderInvocation");
6362
DataFetchingEnvironmentImpl dfeImpl = (DataFetchingEnvironmentImpl) dfe;
6463
DataFetchingEnvironmentImpl.DFEInternalState dfeInternalState = (DataFetchingEnvironmentImpl.DFEInternalState) dfeImpl.toInternal();
6564
if (dfeInternalState.getDataLoaderDispatchStrategy() instanceof PerLevelDataLoaderDispatchStrategy) {

0 commit comments

Comments
 (0)