Skip to content

Commit 12a65b6

Browse files
committed
Remove println debug
1 parent 91c750a commit 12a65b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/deployer_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ func TestDeployWithBucketPath(t *testing.T) {
7474
assert.NoError(err)
7575
assert.Equal("Deleted 1 of 1, uploaded 3, skipped 1 (80% changed)", stats.Summary())
7676
assertKeys(t, m, "my/path/.s3deploy.yml", "my/path/main.css", "my/path/index.html", "my/path/ab.txt")
77-
fmt.Println(">>>", m)
7877
mainCss := m["my/path/main.css"]
7978
assert.IsType(&osFile{}, mainCss)
8079
assert.Equal("my/path/main.css", mainCss.(*osFile).Key())

0 commit comments

Comments
 (0)