Skip to content

Commit cb2afe0

Browse files
committed
cleanup
1 parent 6ddfb8e commit cb2afe0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SleetLib/FileSystem/FileSystemFactory.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ public static async Task<ISleetFileSystem> CreateFileSystemAsync(LocalSettings s
127127
resolvedAcl = S3CannedACL.FindValue(acl);
128128
}
129129

130-
Console.WriteLine($"raw: {acl}, resolved: {(resolvedAcl == null ? "null" : resolvedAcl.Value)}");
131-
132130
// Use the SDK value
133131
var serverSideEncryptionMethodValue = ServerSideEncryptionMethod.None;
134132
if (serverSideEncryptionMethod == "AES256")

0 commit comments

Comments
 (0)