Skip to content

Commit

Permalink
Delete forgotten print statements in tests (#4169)
Browse files Browse the repository at this point in the history
  • Loading branch information
rli authored Mar 8, 2024
1 parent 21e969b commit cbff757
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import org.mockito.kotlin.any
import org.mockito.kotlin.spy
import org.mockito.kotlin.times
import org.mockito.kotlin.verify
import software.amazon.awssdk.profiles.ProfileFileLocation
import software.amazon.awssdk.regions.Region
import software.amazon.awssdk.services.s3.S3Client

Expand Down Expand Up @@ -53,9 +52,6 @@ class AwsSdkClientProxyTest {

@Before
fun setUp() {
println("file: ${ProfileFileLocation.configurationFilePath()}")
println("loca: ${ProfileFileLocation.configurationFileLocation()}")
println("envv: ${System.getenv("AWS_CONFIG_FILE")}")
awsSdkClient = AwsSdkClient()
Disposer.register(disposableRule.disposable, awsSdkClient)

Expand Down

0 comments on commit cbff757

Please sign in to comment.