From a68e05ce6277795b994447795ec77494b6b907f5 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sat, 27 Jun 2015 23:09:47 -0400 Subject: [PATCH] accounts.go: Remove extraneous lines --- accounts.go | 3 --- 1 file changed, 3 deletions(-) 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)