Remove unnecesary code

remotes/origin/enhancement/email-actions
David Barragán Merino 2014-12-10 20:39:12 +01:00
parent a7ed9107c3
commit f37de85961
1 changed files with 0 additions and 4 deletions

View File

@ -36,7 +36,6 @@ bleach._serialize = _serialize
from django.core.cache import cache
from django.utils.encoding import force_bytes
from django.template.defaultfilters import slugify
from markdown import Markdown
@ -101,9 +100,6 @@ def cache_by_sha(func):
def _get_markdown(project):
def build_url(*args, **kwargs):
return args[1] + slugify(args[0])
extensions = _make_extensions_list(project=project)
md = Markdown(extensions=extensions)
md.extracted_data = {"mentions": [], "references": []}