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:
parent
406e04b7b0
commit
ec08f1e9a4
@ -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]/)) {
|
||||
|
Loading…
Reference in New Issue
Block a user