1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 13:10:54 +00:00

remove unreached code

This commit is contained in:
astaxie 2015-04-19 15:40:23 +08:00
parent 0222b8d693
commit 7e3b5e5307

View File

@ -333,7 +333,6 @@ func profIndex(rw http.ResponseWriter, r *http.Request) {
tmpl = template.Must(tmpl.Parse(defaultScriptsTpl))
}
tmpl.Execute(rw, data)
} else {
}
}