Skip to content

Commit

Permalink
Remove rogue print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincjackson committed Aug 10, 2023
1 parent d62d963 commit cddc856
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/samtoma.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package cmd

import (
"errors"
"fmt"

"github.com/spf13/cobra"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cddc856

Please sign in to comment.