1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00

Remove mistaken console.log

This commit is contained in:
Cadence Ember 2021-05-11 22:00:10 +12:00
parent ec9b0edadc
commit 77c927ba8c
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17

View File

@ -2,8 +2,6 @@ import {q, ejs, ElemJS} from "/static/js/elemjs/elemjs.js"
const video = q("#video")
console.log
video.addEventListener("ended", () => {
if (data.continuous) {
const first = q("#continuous-first")