Skip to content

Commit

Permalink
gh-30 remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknow0 committed Jun 24, 2024
1 parent bb1e47d commit cf60a79
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ private void readFrame(Buffers buf) throws InterruptedException {
return;
}

logger.info("{}: readFrame", this);
// logger.debug("{}: read {}", this, b.getClass().getSimpleName());
r = b.build(this, size, flags, id, buf);
}
Expand Down

0 comments on commit cf60a79

Please sign in to comment.