disable diffing for now
[disclosr.git] / documents / genericScrapers.py
blob:a/documents/genericScrapers.py -> blob:b/documents/genericScrapers.py
--- a/documents/genericScrapers.py
+++ b/documents/genericScrapers.py
@@ -66,9 +66,9 @@
             last_attach = scrape.getLastAttachment(scrape.docsdb, self.getURL())
             if last_attach != None:
                 html_diff = difflib.HtmlDiff()
-                description = description + "\nChanges: "
-                description = description + html_diff.make_table(last_attach.read().split('\n'),
-                           content.split('\n'))
+                #description = description + "\nChanges: "
+                #description = description + html_diff.make_table(last_attach.read().split('\n'),
+                #           content.split('\n'))
             edate = date.today().strftime("%Y-%m-%d")
             doc = {'_id': dochash, 'agencyID': self.getAgencyID()
             , 'url': self.getURL(), 'docID': dochash,