mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
remove a forgotten debug log
Former-commit-id: 9fe06483b0dabc9d618f4f1d752ae9e472a07904
This commit is contained in:
@ -8,7 +8,6 @@ import (
|
||||
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obingslibrary"
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiseq"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func _readLines(reader io.Reader) []string {
|
||||
@ -39,8 +38,6 @@ func _parseMainNGSFilterTags(text string) obingslibrary.TagPair {
|
||||
|
||||
tags := strings.Split(text, ":")
|
||||
|
||||
log.Infof("text: %s, Tags: %v", text, tags)
|
||||
|
||||
if len(tags) == 1 {
|
||||
return obingslibrary.TagPair{
|
||||
Forward: strings.ToLower(tags[0]),
|
||||
|
Reference in New Issue
Block a user