chore: clean up journal migration diagnostics
This commit is contained in:
@@ -1411,10 +1411,6 @@ namespace C4IT.F4SD
|
||||
LogEntry($"{entries.Count} Journal entries found for ObjectID={activityEOID}", LogLevels.Debug);
|
||||
return CreateTicketJournalItems(activityEOID, entries);
|
||||
}
|
||||
catch (MissingMethodException E)
|
||||
{
|
||||
return F4SDM42WebApiController.CreateMissingMethodDiagnostics("GetJournalEntries helper", activityEOID, E);
|
||||
}
|
||||
catch (Exception E)
|
||||
{
|
||||
LogException(E);
|
||||
|
||||
Reference in New Issue
Block a user