accounts.go: Remove extraneous lines

This commit is contained in:
Aaron Lindsay 2015-06-27 23:09:47 -04:00
parent 3367106e41
commit a68e05ce62
1 changed files with 0 additions and 3 deletions

View File

@ -164,9 +164,6 @@ func AccountHandler(w http.ResponseWriter, r *http.Request) {
log.Print(err)
}
return
WriteError(w, 999 /*Internal Error*/)
log.Print(err)
return
}
WriteSuccess(w)