forked from github/pelican
Removed an useless "print" statment...
This commit is contained in:
parent
4fddcf6c92
commit
bf7ba84d93
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ class HtmlReader(object):
|
|||
for i in self._re.findall(content):
|
||||
key = i.split(':')[0][5:].strip()
|
||||
value = i.split(':')[-1][:-3].strip()
|
||||
print [key,value]
|
||||
metadatas[key.lower()] = value
|
||||
|
||||
return content, metadatas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue