diff --git a/Disco.Services/Documents/AttachmentImport/Importer.cs b/Disco.Services/Documents/AttachmentImport/Importer.cs index 0c2ad7ad..4be8b0a6 100644 --- a/Disco.Services/Documents/AttachmentImport/Importer.cs +++ b/Disco.Services/Documents/AttachmentImport/Importer.cs @@ -65,7 +65,6 @@ namespace Disco.Services.Documents.AttachmentImport page.WriteThumbnailSessionCache(); DocumentsLog.LogImportPageImageUpdate(SessionId, pageNumber); var identifier = page.Identifier; - DocumentsLog.LogImportPageDetected(SessionId, pageNumber, identifier.DocumentTemplate.Id, identifier.DocumentTemplate.Description, identifier.DocumentTemplate.Scope, identifier.Target.AttachmentReferenceId, identifier.Target.ToString()); } else {