We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d3e7f commit 91633e1Copy full SHA for 91633e1
1 file changed
source/src/node/io/output/miniaudio.cpp
@@ -315,7 +315,6 @@ std::list<std::string> AudioOut::get_backend_names()
315
316
for (auto pair : possible_backend_names)
317
{
318
- printf("examining %s\n", pair.first.c_str());
319
if (pair.second != NULL)
320
321
std::string backend_name = pair.first;
0 commit comments