Skip to content

Commit

Permalink
Get rid of debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hfinucane committed Jul 5, 2015
1 parent 85db2c7 commit 49163a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func readDir(path string) (files, dirs []string, err error) {
fd, err := os.Open(path)

if err != nil {
fmt.Println("not a valid path", err)
return
}
direntries, err := fd.Readdir(DIRMAX)
Expand Down

0 comments on commit 49163a4

Please sign in to comment.