1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

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"
} }