Skip to content

Commit eed77e9

Browse files
committed
Remove println
1 parent 00241d2 commit eed77e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/customization/AwsQueryModeCustomizationTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ class AwsQueryModeCustomizationTest {
114114
ctx.generationCtx.delegator.flushWriters()
115115

116116
val actual = ctx.manifest.expectFileString("/src/main/kotlin/com/test/DefaultTestClient.kt")
117-
println(actual)
118117

119118
val getFooMethod = actual.lines(" override suspend fun getFoo(input: GetFooRequest): GetFooResponse {", " }")
120119

0 commit comments

Comments
 (0)