Skip to content

Commit c6e4e28

Browse files
committed
Remove unnecessary log message (#8827)
1 parent 3a90304 commit c6e4e28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airbyte-commons-server/src/main/java/io/airbyte/commons/server/support/AuthNettyServerCustomizer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public void onStreamPipelineBuilt() {
7070
* This is to ensure that the full HTTP request with content is provided to the authorization
7171
* handler.
7272
*/
73-
log.info("register authorizationServerHandler");
7473
channel.pipeline()
7574
.addFirst("authorizationServerHandler", authorizationServerHandler)
7675
.addFirst("aggregator", new HttpObjectAggregator(aggregatorMaxContentLength))

0 commit comments

Comments
 (0)