Skip to content

Commit 06a269f

Browse files
committed
clean
1 parent 040a084 commit 06a269f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/python.rs

-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ pub fn setup_preset(mut preset: String, name: String, create: bool) {
9090
prefix = format!("./{}", name)
9191
}
9292

93-
// Get the current operating system
94-
9593
// Create needed dirs
9694
let _ = fs::create_dir_all(format!("{}/.cpa", prefix));
9795
let _ = fs::create_dir_all(format!("{}/.vscode", prefix));

0 commit comments

Comments
 (0)