mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2025-12-12 07:06:31 +00:00
Remove mistaken console.log
This commit is contained in:
parent
406e04b7b0
commit
ec08f1e9a4
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ function tToMediaFragment(t) {
|
||||||
["s", 1]
|
["s", 1]
|
||||||
])
|
])
|
||||||
for (const char of t) {
|
for (const char of t) {
|
||||||
console.log(char)
|
|
||||||
if (char.match(/[0-9]/)) {
|
if (char.match(/[0-9]/)) {
|
||||||
buffer += char
|
buffer += char
|
||||||
} else if (char.match(/[hms]/)) {
|
} else if (char.match(/[hms]/)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue