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:
parent
3367106e41
commit
a68e05ce62
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user