From 4282909d88653cb6732179b018136f5a3d52c131 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sat, 16 Mar 2024 15:08:13 +0100 Subject: [PATCH] cleanup --- bin/em/variabletime/web/js/record.js | 2 -- 1 file changed, 2 deletions(-) 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) => {