1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-11-12 19:37:29 +00:00

Remove mistaken console.log

This commit is contained in:
Cadence Ember 2021-02-25 00:47:22 +13:00
parent 406e04b7b0
commit ec08f1e9a4
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17

View File

@ -78,7 +78,6 @@ function tToMediaFragment(t) {
["s", 1]
])
for (const char of t) {
console.log(char)
if (char.match(/[0-9]/)) {
buffer += char
} else if (char.match(/[hms]/)) {