aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs
index 84da600a8..9959b2254 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs
@@ -9,9 +9,6 @@ namespace Tango.BL.DTO
{
public class ProcessParametersTableDTO : ProcessParametersTableDTOBase
{
- protected override string OnGetActionLogName()
- {
- return $"Process Table '{Name}'";
- }
+
}
}