Skip to content

Commit

Permalink
remove printing of reviewDirPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
kybin committed Apr 17, 2016
1 parent c602022 commit 707e491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coldmine.go
Expand Up @@ -842,7 +842,6 @@ func serveReview(w http.ResponseWriter, r *http.Request, repo, pth string) {
}

reviewDirPattern := filepath.Join(reviewRoot, repo, nstr+".*")
log.Print(reviewDirPattern)
g, err := filepath.Glob(reviewDirPattern)
if err != nil {
log.Print(err)
Expand Down

0 comments on commit 707e491

Please sign in to comment.