1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 20:44:13 +00:00

remove unreached code

This commit is contained in:
astaxie 2015-04-19 15:40:23 +08:00
parent dd4afac5dc
commit dc58ec8316

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