remove an old debug log message from Issue::new_comment()
This commit is contained in:
parent
4d6e18a9f4
commit
ccabfa4ec8
1 changed files with 0 additions and 2 deletions
|
|
@ -75,7 +75,6 @@ impl fmt::Display for State {
|
|||
State::InProgress => "inprogress",
|
||||
State::Done => "done",
|
||||
State::WontDo => "wontdo",
|
||||
|
||||
};
|
||||
write!(f, "{fmt_str}")
|
||||
}
|
||||
|
|
@ -145,7 +144,6 @@ impl Issue {
|
|||
let mut dir = std::path::PathBuf::from(&self.dir);
|
||||
dir.push("comments");
|
||||
if !dir.exists() {
|
||||
println!("creating {}", dir.to_string_lossy());
|
||||
std::fs::create_dir(&dir)?;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue