Skip to content

Commit 2842124

Browse files
committed
Remove final logger line
1 parent a8273ea commit 2842124

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

documentation/execution.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ Here is the code for the standard behaviour.
7474
```java
7575
public class SimpleDataFetcherExceptionHandler implements DataFetcherExceptionHandler {
7676

77-
private static final Logger logNotSafe = LogKit.getNotPrivacySafeLogger(SimpleDataFetcherExceptionHandler.class);
78-
7977
static final SimpleDataFetcherExceptionHandler defaultImpl = new SimpleDataFetcherExceptionHandler();
8078

8179
private DataFetcherExceptionHandlerResult handleExceptionImpl(DataFetcherExceptionHandlerParameters handlerParameters) {

0 commit comments

Comments
 (0)