update documentation and remove commented out code

This commit is contained in:
dave mankoff 2013-01-28 22:25:15 -05:00
commit d5bfec3a8b
2 changed files with 3 additions and 12 deletions

View file

@ -226,9 +226,6 @@ class HTMLReader(Reader):
self._data_buffer += self.build_tag(tag, attrs, True)
def handle_comment(self, data):
# if self._in_body and data.strip() == 'PELICAN_END_SUMMARY':
# self.metadata['summary'] = self._data_buffer
# else:
self._data_buffer += '<!--{}-->'.format(data)
def handle_data(self, data):