Skip to content

Commit

Permalink
fix: remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Oct 6, 2023
1 parent 76486ef commit c7c21f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ fn ensure_valid_args(args: Create) -> Result<Create> {

// Ensure dest exists
if !dest.exists() {
println!("doesnt exist");
std::fs::create_dir_all(&dest)?;
}

Expand Down

0 comments on commit c7c21f6

Please sign in to comment.