Skip to content

Commit

Permalink
Remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Apr 26, 2021
1 parent ec415bc commit ea4386e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func DeleteGitHooks(fs afero.Fs) {
hooksPath := filepath.Join(getRootPath(), ".git", "hooks")

hooks, err := afero.ReadDir(fs, hooksPath)
log.Println("hooksPath", hooksPath)
if (err != nil) {
log.Println("⚠️ ", au.Bold(".git/hooks"), "directory does not exist, creating")

Expand Down

0 comments on commit ea4386e

Please sign in to comment.