Skip to content

Commit 8b68f1b

Browse files
authored
chore: update BugSplatDotNetStandard/Utils/TempFile.cs
1 parent ea86d61 commit 8b68f1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BugSplatDotNetStandard/Utils/TempFile.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ private static void SafeCreateZipEntry(ZipArchive zipArchive, FileInfo file)
8080
}
8181
catch (Exception ex)
8282
{
83-
// Log or handle the exception as needed
8483
Console.Error.WriteLine($"Error creating zip entry for {file.Name}: {ex.Message}, skipping...");
8584
}
8685
}

0 commit comments

Comments
 (0)