Skip to content

Commit 1f61f00

Browse files
committed
Remove println
1 parent 142eec9 commit 1f61f00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/route53/e2eTest/src/InvalidChangeBatchTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ class InvalidChangeBatchTest {
6868
}
6969

7070
assertNotNull(exception.message)
71-
println(exception.message)
7271
assertContains(exception.message, "[Tried to delete resource record set [name='test.blerg.com.', type='CNAME'] but it was not found, RRSet with DNS name test.blerg.com. is not permitted in zone this-is-a-test-hosted-zone-for-aws-sdk-kotlin.com., RRSet of type CNAME with DNS name test.blerg.com. is not permitted as it creates a CNAME loop in the zone.]")
7372
}
7473
}

0 commit comments

Comments
 (0)