mirror of
https://github.com/astaxie/beego.git
synced 2025-04-09 04:30:24 +00:00
remove unreached code
This commit is contained in:
parent
0222b8d693
commit
7e3b5e5307
1
admin.go
1
admin.go
@ -333,7 +333,6 @@ func profIndex(rw http.ResponseWriter, r *http.Request) {
|
|||||||
tmpl = template.Must(tmpl.Parse(defaultScriptsTpl))
|
tmpl = template.Must(tmpl.Parse(defaultScriptsTpl))
|
||||||
}
|
}
|
||||||
tmpl.Execute(rw, data)
|
tmpl.Execute(rw, data)
|
||||||
} else {
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user