Removes debug print

pull/8065/head
Fandi Gunawan 2021-12-30 02:02:38 +07:00 committed by GitHub
parent 40f83a0329
commit 1591fee9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -83,10 +83,6 @@ class AWSS3Client
} else {
$s3Config['http']['verify'] = false;
}
echo 'Settings=====';
var_dump($settings);
echo 'S3Config=====';
var_dump($s3Config);
$s3Client = new Aws\S3\S3Client($s3Config);
$this->__client = $s3Client;
$this->__settings = $settings;