diff --git a/main.go b/main.go index 942de99..d5d0930 100644 --- a/main.go +++ b/main.go @@ -91,8 +91,6 @@ func cloneRepo(url, targetDir string) error { return nil } - fmt.Printf("Cloning into: %s\n", targetDir) - cmd := exec.Command("git", "clone", url, targetDir) // Pipe git output directly to the user's terminal cmd.Stdout = os.Stdout