diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-20 18:28:01 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-20 18:28:01 +0300 |
| commit | a640148b6408b37deda8f2ccdf36b64a069e722f (patch) | |
| tree | b66d078c0712764c574a60af7f969bd04e7312d7 /Software/Visual_Studio/Tango.Integration/JobRuns | |
| parent | f00233f493b38f1a8eb9422f3c9ac4193f264486 (diff) | |
| download | Tango-a640148b6408b37deda8f2ccdf36b64a069e722f.tar.gz Tango-a640148b6408b37deda8f2ccdf36b64a069e722f.zip | |
Redundant.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/JobRuns')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs b/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs index 444e8e854..25b958f0c 100644 --- a/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs +++ b/Software/Visual_Studio/Tango.Integration/JobRuns/BasicJobRunsLogger.cs @@ -109,7 +109,6 @@ namespace Tango.Integration.JobRuns run.MachineGuid = _job.MachineGuid; run.JobRunStatus = status; run.EndPosition = e.JobHandler.Status.Progress; - run.JobLength = e.JobHandler.Status.TotalProgress; run.LiquidQuantities = e.LiquidQuantities; run.IsGradient = _job.Segments.Any(x => x.BrushStops.Count > 1); run.GradientResolutionCm = MachineOperator.GradientGenerationConfiguration.ResolutionCM; |
