Skip to content

Commit 2a648b0

Browse files
committed
Reduce logs
1 parent f0613f0 commit 2a648b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tooling/docs-assembler/Deploying/AwsS3SyncPlanStrategy.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ await Parallel.ForEachAsync(localObjects, ctx, async (localFile, token) =>
3838
{
3939
var relativePath = Path.GetRelativePath(context.OutputDirectory.FullName, localFile.FullName);
4040
var destinationPath = relativePath.Replace('\\', '/');
41-
_logger.LogInformation("Checking {Path}", relativePath);
4241

4342
if (remoteObjects.TryGetValue(destinationPath, out var remoteObject))
4443
{

0 commit comments

Comments
 (0)