chore: remove commented-out debug statements
This commit is contained in:
parent
6737512f5f
commit
f3057b4d63
6 changed files with 0 additions and 31 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Reference in a new issue