debug url reading

This commit is contained in:
Eric Coissac
2025-11-18 15:30:06 +01:00
parent 4603d7973e
commit cef29005a5
3 changed files with 9 additions and 3 deletions

View File

@@ -234,7 +234,6 @@ func (taxo *TaxonSet) AsPhyloTree(root *TaxNode) (*obiphylo.PhyloNode, error) {
nodes := make(map[*string]*obiphylo.PhyloNode, taxo.Len())
tsi := taxo.Iterator()
log.Warnf("Coucou")
for tsi.Next() {
taxon := tsi.Get()
id := taxon.Node.Id()