From cddc856e7dd373a3f714040c17baae4975e0aea4 Mon Sep 17 00:00:00 2001 From: benjamincjackson Date: Thu, 10 Aug 2023 23:40:22 +0100 Subject: [PATCH] Remove rogue print statement --- cmd/samtoma.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/samtoma.go b/cmd/samtoma.go index f468f75..d0727a1 100644 --- a/cmd/samtoma.go +++ b/cmd/samtoma.go @@ -2,7 +2,6 @@ package cmd import ( "errors" - "fmt" "github.com/spf13/cobra" @@ -96,8 +95,6 @@ Note the change of coordinate system if moving from old to new flags. } defer out.Close() - fmt.Println(toMultiAlignWrap) - err = sam.ToMultiAlign(samIn, out, toMultiAlignWrap, toMultiAlignStart, toMultiAlignEnd, toMultiAlignPad, samThreads) return