fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

Remove debug statement that snuck in last PR

-1
-1
gitindex/index.go
··· 559 559 if rank, ok := ranks.Paths[keyFullPath]; ok { 560 560 pathRank = []float64{rank} 561 561 } 562 - fmt.Printf("path: %s, ranks length: %d", keyFullPath, len(pathRank)) 563 562 564 563 if err := builder.Add(zoekt.Document{ 565 564 SubRepositoryPath: key.SubRepoPath,