1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-12-25 23:23:21 -05:00

accounts.go: Remove extraneous lines

This commit is contained in:
Aaron Lindsay 2015-06-27 23:09:47 -04:00
parent 3367106e41
commit a68e05ce62

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)