Index: trunk/tools/editor_trends/etl/enricher.py |
— | — | @@ -295,7 +295,6 @@ |
296 | 296 | text = revision.find('comment') |
297 | 297 | if text != None and text.text != None: |
298 | 298 | comment[revision_id] = text.text.encode('utf-8') |
299 | | - comment[revision_id] = revision.find('comment').text |
300 | 299 | return comment |
301 | 300 | |
302 | 301 | |