Skip to content

Commit 7f02232

Browse files
committed
Minor code cleanup
1 parent 2b26ae1 commit 7f02232

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cluster/src/org/labkey/cluster/pipeline/ClusterPipelineJob.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ public Task<ClusterTaskFactory> createTask(PipelineJob job)
169169
@Override
170170
public RecordedActionSet run() throws PipelineJobException
171171
{
172-
job.setStatus(TaskStatus.running, "I am running!");
173-
174172
((ClusterPipelineJob)getJob()).getRunnable().run(getJob().getLogger());
175173

176174
return new RecordedActionSet();

0 commit comments

Comments
 (0)