removed debugging statements for torrents
All checks were successful
Run Integration Tests / test (push) Successful in 18s
All checks were successful
Run Integration Tests / test (push) Successful in 18s
This commit is contained in:
parent
491df4e419
commit
b6c37452ca
3 changed files with 3 additions and 6 deletions
4
text.go
4
text.go
|
@ -62,10 +62,10 @@ func getTextResultsFromCacheOrFetch(cacheKey CacheKey, query, safe, lang string,
|
|||
go func() {
|
||||
results, exists := resultsCache.Get(cacheKey)
|
||||
if exists {
|
||||
printInfo("Cache hit")
|
||||
printDebug("Cache hit")
|
||||
cacheChan <- results
|
||||
} else {
|
||||
printInfo("Cache miss")
|
||||
printDebug("Cache miss")
|
||||
cacheChan <- nil
|
||||
}
|
||||
}()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue