Skip to content

Commit

Permalink
Remove println, breaks automation
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Dec 18, 2024
1 parent 699db1c commit ff6d125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func main() {
fmt.Println(err)
os.Exit(-1)
}
fmt.Println("VC result:")
err = printLineAndFlush(jwt)
if err != nil {
fmt.Println(err)
Expand Down

0 comments on commit ff6d125

Please sign in to comment.