Skip to content

Commit e44442c

Browse files
committed
Remove debug log
1 parent 4271c04 commit e44442c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/campaigns/executor_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ func TestExecutor_Integration(t *testing.T) {
166166
t.Fatalf("wrong number of commits. want=%d, have=%d", want, have)
167167
}
168168

169-
t.Logf("diff=%s\n", spec.Commits[0].Diff)
170169
fileDiffs, err := diff.ParseMultiFileDiff([]byte(spec.Commits[0].Diff))
171170
if err != nil {
172171
t.Fatalf("failed to parse diff: %s", err)

0 commit comments

Comments
 (0)