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

View file

@ -539,7 +539,7 @@ export const debugAudiograph = async (argOptions = {}) => {
} }
} else { } else {
logger('WEIRD: node ' + this.audioid + 'called disconnect before any call to connect !'); logger('WEIRD: node ' + this.audioid + 'called disconnect before any call to connect !');
logger(new Error().stack); //logger(new Error().stack);
console.log(cache); console.log(cache);
} }
return result; return result;