mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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):
|
for i in self._re.findall(content):
|
||||||
key = i.split(':')[0][5:].strip()
|
key = i.split(':')[0][5:].strip()
|
||||||
value = i.split(':')[-1][:-3].strip()
|
value = i.split(':')[-1][:-3].strip()
|
||||||
print [key,value]
|
|
||||||
metadatas[key.lower()] = value
|
metadatas[key.lower()] = value
|
||||||
|
|
||||||
return content, metadatas
|
return content, metadatas
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue