remove logs
This commit is contained in:
parent
b46d6bb5d4
commit
5860343f70
1 changed files with 0 additions and 1 deletions
|
@ -950,7 +950,6 @@ const Audio = function(tp, record) {
|
||||||
inputElement.dispatchEvent(new Event('change'));
|
inputElement.dispatchEvent(new Event('change'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(p, clone(record.getHot()));
|
|
||||||
record.addValue(p.id, p.title, p.value, position);
|
record.addValue(p.id, p.title, p.value, position);
|
||||||
if (p.title.indexOf('color') === 0) {
|
if (p.title.indexOf('color') === 0) {
|
||||||
if (!config.audio.colorSeparateRGBA || p.title === 'color.a') {
|
if (!config.audio.colorSeparateRGBA || p.title === 'color.a') {
|
||||||
|
|
Loading…
Reference in a new issue