Skip to content

Commit 75e4b3c

Browse files
authored
Merge pull request #4746 from zenoss/ZEN-35527
ZEN-35527: stop writing to graph points on read
2 parents a4fcb38 + c4a5492 commit 75e4b3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Products/Zuul/infos/metricserver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ def _getGraphPoints(self, klass):
8787

8888
@property
8989
def datapoints(self):
90-
# make sure the sequence always makes sense. This will prevent graphs from all having the same color
91-
self._object.manage_resequenceGraphPoints()
9290
return self._getGraphPoints(DataPointGraphPoint)
9391

9492
@property

0 commit comments

Comments
 (0)