Merge pull request #368 from vexorian/20210918_dev

Remove some unnecessary logs
This commit is contained in:
vexorian 2021-09-18 18:22:53 -04:00 committed by GitHub
commit 2c11bb45fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,10 +243,7 @@ function pickRandomWithMaxDuration(channel, fillers, maxDuration) {
let w = s + d;
n += w;
if (weighedPick(w,n)) {
console.log(`${s} ${d} ${clip.title} picked `);
pick1 = clip;
} else {
console.log(`${s} ${d} ${clip.title} not picked `);
}
}
}