chore: remove commented-out debug statements

This commit is contained in:
ThetaDev 2025-02-26 19:32:46 +01:00
parent 6737512f5f
commit f3057b4d63
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
6 changed files with 0 additions and 31 deletions

View file

@ -204,8 +204,6 @@ pub fn parse_video_durations() {
parse(&mut words, lang, dict_entry.by_char, txt, *d);
}
// dbg!(&words);
for (k, v) in words {
if let Some(v) = v {
dict_entry.timeago_tokens.insert(k, v.to_string());