Merge pull request #368 from vexorian/20210918_dev
Remove some unnecessary logs
This commit is contained in:
commit
2c11bb45fc
@ -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 `);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user