Skip to content

Commit 13c77dc

Browse files
committed
remove placeholder comments
1 parent 2e50dae commit 13c77dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/confluent/kafka/schemaregistry/rest/PrincipalLoggingFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void doFilter(ServletRequest request, ServletResponse servletResponse,
5151
log.info("No User Principal found for the request.");
5252
}
5353

54-
filterChain.doFilter(request, servletResponse); // what does this line do?
54+
filterChain.doFilter(request, servletResponse);
5555
}
5656

5757
@Override

0 commit comments

Comments
 (0)