diff --git a/src/gitmoji.rs b/src/gitmoji.rs index 456de3d..c575998 100644 --- a/src/gitmoji.rs +++ b/src/gitmoji.rs @@ -98,8 +98,6 @@ pub fn update(url: &Url, repo_path: &Path, json_path: &Path) -> Result<(), Retri json_tmp_path.set_extension("json.new"); 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 curl = Easy::new();