From ac4c18564a3f3c4a76a12fd4df35a0eb8c964c8b Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 6 Jul 2016 10:04:44 +0000
Subject: [PATCH] Task #9192: Status PREPARED is obsolete

---
 MAC/Services/src/PipelineControl.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAC/Services/src/PipelineControl.py b/MAC/Services/src/PipelineControl.py
index 987f5614dce..147fa1c8623 100755
--- a/MAC/Services/src/PipelineControl.py
+++ b/MAC/Services/src/PipelineControl.py
@@ -539,7 +539,6 @@ class PipelineControl(OTDBBusListener):
     More statusses we want to abort on.
   """
   onObservationDescribed    = onObservationAborted
-  onObservationPrepared     = onObservationAborted
   onObservationApproved     = onObservationAborted
   onObservationPrescheduled = onObservationAborted
   onObservationConflict     = onObservationAborted
-- 
GitLab