diff --git a/accounts.go b/accounts.go index 02fa297..79e3b20 100644 --- a/accounts.go +++ b/accounts.go @@ -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)