chore: remove commented-out debug statements

This commit is contained in:
ThetaDev 2025-02-26 19:32:46 +01:00
parent 58784dbc97
commit cc82c3e303
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());