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
2
files.go
2
files.go
|
@ -135,7 +135,7 @@ func fetchFileResults(query, safe, lang string, page int) []TorrentResult {
|
|||
continue
|
||||
}
|
||||
for _, r := range res {
|
||||
r.Magnet = removeMagnetLink(r.Magnet) // Remove "magnet:", prehaps useless now?
|
||||
r.Magnet = removeMagnetLink(r.Magnet) // Remove "magnet:", perhaps useless now?
|
||||
results = append(results, r)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue