remove a forgotten debug log

Former-commit-id: 9fe06483b0dabc9d618f4f1d752ae9e472a07904
This commit is contained in:
2023-11-25 14:04:22 +01:00
parent db6de58548
commit 72ad84c2d4
2 changed files with 119 additions and 191 deletions

View File

@ -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]),