Skip to content

Commit

Permalink
Remove leftover debug log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackman committed Apr 18, 2015
1 parent f6f89d4 commit 10f1b3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion searcher/searcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ func newSearcher(dbpath, name string, repo *config.Repo, refs *foundRefs) (*Sear
continue
}

log.Printf("Polling repo %s", name)
newRev, err := wd.PullOrClone(vcsDir, repo.Url)
if err != nil {
log.Printf("vcs pull error (%s - %s): %s", name, repo.Url, err)
Expand Down

0 comments on commit 10f1b3a

Please sign in to comment.