remove unreached code
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -333,7 +333,6 @@ func profIndex(rw http.ResponseWriter, r *http.Request) { | ... | @@ -333,7 +333,6 @@ func profIndex(rw http.ResponseWriter, r *http.Request) { |
| 333 | tmpl = template.Must(tmpl.Parse(defaultScriptsTpl)) | 333 | tmpl = template.Must(tmpl.Parse(defaultScriptsTpl)) |
| 334 | } | 334 | } |
| 335 | tmpl.Execute(rw, data) | 335 | tmpl.Execute(rw, data) |
| 336 | } else { | ||
| 337 | } | 336 | } |
| 338 | } | 337 | } |
| 339 | 338 | ... | ... |
-
Please register or sign in to post a comment