mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-25 11:50:18 +01:00
removed redundant code
This commit is contained in:
parent
1ca8102e90
commit
c26607b81e
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue