Skip to content
Snippets Groups Projects
Commit 0e358db2 authored by Nick Thomas's avatar Nick Thomas
Browse files

Remove a now-inaccurate comment

parent 25900bf0
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
Loading
Loading
@@ -29,8 +29,6 @@ func (i *Indexer) SubmitCommit(c *git.Commit) error {
}
 
func (i *Indexer) SubmitBlob(f *git.File, _, toCommit string) error {
// FIXME(nick): Not sure commitSHA is right, or how it works at all
blob, err := BuildBlob(f, i.Submitter.ParentID(), toCommit)
if err != nil {
if isSkipBlobErr(err) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment