From 34723a9f10ae5ec4598eb046925c15c066f60514 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 25 Jan 2022 13:47:27 +0100
Subject: [PATCH] L2SS-480: Removed lingering pointing property that was to be
 removed

---
 tangostationcontrol/tangostationcontrol/devices/beam.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/tangostationcontrol/tangostationcontrol/devices/beam.py b/tangostationcontrol/tangostationcontrol/devices/beam.py
index aff312dee..32372ee32 100644
--- a/tangostationcontrol/tangostationcontrol/devices/beam.py
+++ b/tangostationcontrol/tangostationcontrol/devices/beam.py
@@ -55,13 +55,6 @@ class Beam(lofar_device):
         default_value = numpy.tile(numpy.array([3826923.546, 460915.441, 5064643.489]),(96,16,1)) # CS001LBA, in ITRF2005 epoch 2012.5
     )
 
-    # To be replaced with Attributes (L2SS-575)
-    pointing_direction = device_property(
-        dtype='DevVarStringArray',
-        mandatory=False,
-        default_value = numpy.tile(numpy.array(["J2000","0deg","0deg"]),(96,1))
-    )
-
     # ----------
     # Attributes
     # ----------
-- 
GitLab