Skip to content

Commit acd5b6a

Browse files
committed
[ogg_opus_player] remove audio write log.
1 parent 30df0b2 commit acd5b6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ogg_opus_player/src/ogg_opus_recorder.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ int SdlOggOpusRecorder::Init(const char *file_name) {
119119
}
120120

121121
void SdlOggOpusRecorder::WriteAudioData(Uint8 *stream, int size) {
122-
std::cout << "WriteAudioData: " << size << std::endl;
123122
if (!writer_) {
124123
std::cerr << "writer_ is null" << std::endl;
125124
return;

0 commit comments

Comments
 (0)