Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
antimonyGu committed Oct 23, 2024
1 parent 8ec2b42 commit a5e24e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/tabby-common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ impl Config {
let mut cfg: Self = serdeconv::from_toml_file(cfg_path.as_path())
.context(format!("Config file '{}' is not valid", cfg_path.display()))?;

println!("cfg: {:?}", cfg);

if let Err(e) = cfg.validate_dirs() {
cfg = Default::default();
InfoMessage::new(
Expand Down

0 comments on commit a5e24e1

Please sign in to comment.