Skip to content

Commit

Permalink
fix: remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Mar 11, 2020
1 parent 3996565 commit 96a432a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion command_remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func doRemove(c *cli.Context) error {
if e, _ := IsEmpty(target); !e {
break
}
fmt.Println(target, ghqPath)
err := os.RemoveAll(target)
if err == nil {
fmt.Println("Removed: " + target)
Expand Down

0 comments on commit 96a432a

Please sign in to comment.