Skip to content

Commit

Permalink
chore: remove debug print [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Sep 5, 2023
1 parent 91c7157 commit 65439ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public final class OpusCodecSupplier implements CodecSupplier<BaseOpusEncoder, B

if (encoder == null) {
try {
System.out.println("java encoder");
encoder = new JavaOpusEncoder(sampleRate, stereo, bufferSize, opusEncoderInfo.getMode(), mtuSize);
encoder.open();
} catch (Exception e) {
Expand Down

0 comments on commit 65439ee

Please sign in to comment.