Skip to content

Commit

Permalink
remove dbg!(mapping)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Nov 8, 2024
1 parent 6749742 commit a6fa563
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/dict-to-mozc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1275,9 +1275,8 @@ fn id_expr(clsexpr: &str, _id_def: &mut IdDef, class_map: &mut MyIndexMap<String
let args: Args = argh::from_env();
let config = args.into_config()?;

if config.debug { eprintln!("Config: {:?}", config);
let mapping = create_word_class_mapping();
dbg!(mapping);
if config.debug {
eprintln!("{:?}", config);
}

// CSVファイルのパスを取得
Expand Down

0 comments on commit a6fa563

Please sign in to comment.