aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug_comment_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bug/bug_comment_test.go')
-rw-r--r--commands/bug/bug_comment_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/bug/bug_comment_test.go b/commands/bug/bug_comment_test.go
index ecc1c5f6..add48b21 100644
--- a/commands/bug/bug_comment_test.go
+++ b/commands/bug/bug_comment_test.go
@@ -140,7 +140,6 @@ func requireCommentsEqual(t *testing.T, golden string, env *execenv.Env) {
comments = normalizeParsedComments(t, comments)
if *cmdtest.Update {
- t.Log("Got here")
for i, comment := range comments {
fileName := fmt.Sprintf(goldenFilePattern, golden, i)
require.NoError(t, os.WriteFile(fileName, []byte(comment.message), 0644))