We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2634709 commit 2547714Copy full SHA for 2547714
src/main/java/uk/gov/companieshouse/limitedpartnershipsapi/config/InterceptorConfig.java
@@ -23,14 +23,6 @@ public InterceptorConfig(LoggingInterceptor loggingInterceptor) {
23
*/
24
@Override
25
public void addInterceptors(@NonNull InterceptorRegistry registry) {
26
- addLoggingInterceptor(registry);
27
- }
28
-
29
- /**
30
- * Interceptor that logs all calls to endpoints
31
- * @param registry The spring interceptor registry
32
- */
33
- private void addLoggingInterceptor(InterceptorRegistry registry) {
34
registry.addInterceptor(loggingInterceptor);
35
}
36
0 commit comments