mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-28 07:46:45 -04:00
Tone down log message when a pure orphan node is found
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user