Skip to content

Commit

Permalink
Merge pull request #1169 from g76r/f_dblreduce
Browse files Browse the repository at this point in the history
removing useless double call
  • Loading branch information
obfuscurity committed Feb 25, 2015
2 parents 33cbca4 + b9c82d4 commit 44b4238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/graphite/render/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def normalize(seriesLists):
if seriesLists:
seriesList = reduce(lambda L1,L2: L1+L2,seriesLists)
if seriesList:
seriesList = reduce(lambda L1,L2: L1+L2,seriesLists)
step = reduce(lcm,[s.step for s in seriesList])
for s in seriesList:
s.consolidate( step / s.step )
Expand Down

0 comments on commit 44b4238

Please sign in to comment.