diff --git a/bin/em/variabletime/web/js/record.js b/bin/em/variabletime/web/js/record.js index a4a444f..1a5710d 100644 --- a/bin/em/variabletime/web/js/record.js +++ b/bin/em/variabletime/web/js/record.js @@ -563,7 +563,6 @@ const Record = function(tp) { }); } }); - //setTimeout(() => { promises.push(() => { return new Promise((subResolve) => { tp.addKeyframes(layer, keyframes).then(() => { @@ -573,7 +572,6 @@ const Record = function(tp) { }); }) }); - //}, 2000); }); sequencialPromises(promises, () => { Object.keys(hot).forEach((layerID) => {