diff --git a/tangostationcontrol/tangostationcontrol/devices/beam.py b/tangostationcontrol/tangostationcontrol/devices/beam.py
index aff312deeeffe8f83f095012609d7550601b8382..32372ee32676bda55f9d82f9443026c308428c5c 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
     # ----------