From 61ecb8324658cadde2ace97407690178162ebbbc Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 4 Feb 2022 13:39:36 +0100 Subject: [PATCH] EDMI: Clean up NewFileMethod --- Service.EDMIService/Methods/IDB/NewFile/NewFileMethod.vb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Service.EDMIService/Methods/IDB/NewFile/NewFileMethod.vb b/Service.EDMIService/Methods/IDB/NewFile/NewFileMethod.vb index 28cadaf8..c38e1eda 100644 --- a/Service.EDMIService/Methods/IDB/NewFile/NewFileMethod.vb +++ b/Service.EDMIService/Methods/IDB/NewFile/NewFileMethod.vb @@ -122,8 +122,6 @@ Namespace Methods.IDB.NewFile '--------------------------------------------------------------------------- - 'TODO: File dates in try catch - Dim oSystemAttributes As New Dictionary(Of String, Object) From { {"OriginFileName", pData.File.FileName}, {"OriginCreationDatetime", pData.File.FileCreatedAt},