unnötige Protokollierung entfernt

This commit is contained in:
Developer 02 2025-04-24 11:47:11 +02:00
parent 7f0131fc2d
commit ac0ae10fab

View File

@ -378,7 +378,6 @@ Namespace Jobs
Try
oInputDocumentBuffer = File.ReadAllBytes(oInputPath)
Catch ex As Exception
Logger.Error(ex)
Throw New BurnAnnotationException("Source document could not be read from disk!", ex)
End Try
End If