Skip to content

Commit 91633e1

Browse files
committed
Remove superfluous print
1 parent 35d3e7f commit 91633e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/src/node/io/output/miniaudio.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ std::list<std::string> AudioOut::get_backend_names()
315315

316316
for (auto pair : possible_backend_names)
317317
{
318-
printf("examining %s\n", pair.first.c_str());
319318
if (pair.second != NULL)
320319
{
321320
std::string backend_name = pair.first;

0 commit comments

Comments
 (0)