remove debug

This commit is contained in:
an-lee
2024-07-17 09:58:47 +08:00
parent 10971b108f
commit ff09398952

View File

@@ -252,7 +252,6 @@ export const MediaPlayerControls = () => {
.find((r) => r.id === `segment-region-${currentSegmentIndex}`);
const activeRegionDebouncePlay = debounce(() => {
console.log("play loop");
activeRegion?.play();
}, 100);