Tone down log message when a pure orphan node is found

This commit is contained in:
jeromew
2025-12-02 13:58:09 +00:00
parent 2db30a710b
commit 25c20296a1
+1 -1
View File
@@ -539,7 +539,7 @@ export const debugAudiograph = async (argOptions = {}) => {
}
} else {
logger('WEIRD: node ' + this.audioid + 'called disconnect before any call to connect !');
logger(new Error().stack);
//logger(new Error().stack);
console.log(cache);
}
return result;