removed redundant code

This commit is contained in:
Remco 2014-12-14 20:12:13 +01:00
parent 1ca8102e90
commit c26607b81e

View file

@ -105,7 +105,6 @@ func previewHandler(w http.ResponseWriter, r *http.Request) {
content = html_template.HTML(data) content = html_template.HTML(data)
} }
templatePath = "download.markdown.html"
default: default:
templatePath = "download.html" templatePath = "download.html"
} }