Skip to content

Commit d675e9a

Browse files
committed
remove debug
1 parent 2250f52 commit d675e9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/git_misc_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ func TestAgitPullPush(t *testing.T) {
105105
"-o", "title=test-title", "-o", "description=test-description",
106106
"HEAD:refs/for/master/test-agit-push",
107107
).Run(git.DefaultContext, &git.RunOpts{Dir: dstPath})
108-
t.Logf("====================================> ERROR: %+v", err)
109108
assert.NoError(t, err)
110109

111110
// check pull request exist

0 commit comments

Comments
 (0)