remove debug

This commit is contained in:
j 2021-11-24 12:07:04 +01:00
parent 21314f934e
commit ba8b1f2328

View file

@ -305,7 +305,6 @@ async function loadClips(annotations) {
annotations[annotations.length - 1].color2 = annotations[0].color1 annotations[annotations.length - 1].color2 = annotations[0].color1
} }
//return annotations //return annotations
console.log('WTF', Object.values(clips))
return Object.values(clips) return Object.values(clips)
}) })
} }