Skip to content

Commit

Permalink
chore: removed debug code #1370
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Jul 15, 2024
1 parent ee9e93c commit f0a53a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/options/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ fn read_profile_data(profile_path: &str) -> Result<Vec<Yaml>, String> {
.to_str()
.unwrap_or_default(),
);
println!("dbg {:?}", profile_path_buf);
println!(
"dbg {:?}",
std::str::from_utf8(default_profile_name_path.clone().unwrap().data.as_ref())
);
// 通常のプロファイルファイルを読み込む場合
if default_profile_name_path.is_some() {
match YamlLoader::load_from_str(
Expand Down

0 comments on commit f0a53a0

Please sign in to comment.