7e3b5e53 by astaxie

remove unreached code

1 parent 0222b8d6
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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!