Skip to content

Commit e03bca8

Browse files
author
jguerreiro
committed
chore(srcfingerprint): remove commented code
1 parent 4db0dc7 commit e03bca8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pipeline.go

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -102,23 +102,6 @@ func (p *Pipeline) ExtractRepository(repository GitRepository, eventChan chan<-
102102

103103
log.Infof("Cloned repo %v (size: %v KB)\n", repository.GetName(), repository.GetStorageSize())
104104

105-
// extractor, err := NewExtractor(gitRepository)
106-
// if err != nil {
107-
// return err
108-
// }
109-
// for {
110-
// commit, err := extractor.ExtractNextCommit()
111-
// if err != nil && err != io.EOF {
112-
// return err
113-
// }
114-
// if commit == nil {
115-
// break
116-
// }
117-
//
118-
// author, commiter := p.Analyzer.AnalyzeCommit(commit)
119-
// p.publishEvent(eventChan, ResultPipelineEvent{repository, commit, author, commiter})
120-
// }
121-
122105
extractorGitFile := NewFastExtractor()
123106
extractorGitFile.Run(gitRepository)
124107

0 commit comments

Comments
 (0)