cmd/index/main.go | 3 --- diff --git a/cmd/index/main.go b/cmd/index/main.go index b886e638dacf737c59ddd3cf2e86c0fec86b0630d95a6db7e881984f5644f174..e441891dcd9c7ce6392a49f254cc2836de2d985be3082666202facf5de378dcc 100644 --- a/cmd/index/main.go +++ b/cmd/index/main.go @@ -91,9 +91,6 @@ } if torrent.Id == 0 { panic("empty id") } - if torrent.Size == 0 { - continue - } if bytes.Equal(torrent.Hash[:], emptyHash) { panic("empty hash") }