mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2025-11-19 12:46: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]
|
||||
])
|
||||
for (const char of t) {
|
||||
console.log(char)
|
||||
if (char.match(/[0-9]/)) {
|
||||
buffer += char
|
||||
} else if (char.match(/[hms]/)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue