Skip to content

Commit

Permalink
rm unnecessary print.
Browse files Browse the repository at this point in the history
Signed-off-by: bwplotka <[email protected]>
  • Loading branch information
bwplotka committed Dec 19, 2024
1 parent 8db97a0 commit 724f356
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/comment-monitor/internal/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
package internal

import (
"fmt"
"os"
"strings"
"testing"
Expand Down Expand Up @@ -318,7 +317,6 @@ func TestGenerateSuccessComment_ProdCommentMonitorConfig(t *testing.T) {
if err != nil {
t.Fatal(err)
}
fmt.Println(got)
if diff := cmp.Diff(got, string(expected)); diff != "" {
t.Fatal(diff)
}
Expand Down

0 comments on commit 724f356

Please sign in to comment.