Remove confusing way to set property name in GaudiConfig2
The following discussion from !1468 (merged) should be addressed:
-
@clemenci started a discussion: This bit of code should be removed.
It's a bit confusing as the Property descriptor name is never set via the constructor, but only through the
__set_name__
magic method.