Browse Source

🔇 removed useless debug log

master
n0m1s 6 years ago
parent
commit
2fc08a8966
Signed by: nomis GPG Key ID: BC0454CAD76FE803
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/gitmoji.rs

+ 0
- 2
src/gitmoji.rs View File

@ -98,8 +98,6 @@ pub fn update(url: &Url, repo_path: &Path, json_path: &Path) -> Result<(), Retri
json_tmp_path.set_extension("json.new"); json_tmp_path.set_extension("json.new");
let json_tmp_path = json_tmp_path; let json_tmp_path = json_tmp_path;
println!("tmp: \"{}\", path: \"{}\"", json_tmp_path.display(), json_path.display());
let mut file = File::create(&json_tmp_path)?; let mut file = File::create(&json_tmp_path)?;
let mut curl = Easy::new(); let mut curl = Easy::new();


Loading…
Cancel
Save