summaryrefslogtreecommitdiff
path: root/cmd/ponzu/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ponzu/options.go')
-rw-r--r--cmd/ponzu/options.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go
index 3790010..c905b47 100644
--- a/cmd/ponzu/options.go
+++ b/cmd/ponzu/options.go
@@ -288,9 +288,7 @@ func createProjInDir(path string) error {
return err
}
- // TODO: remove .git from ponzu project path
gitDir := filepath.Join(path, ".git")
- fmt.Println(gitDir)
err = os.RemoveAll(gitDir)
if err != nil {
fmt.Println("Failed to remove .git directory from your project path. Consider removing it manually.")