diff options
| author | Andrew <saintruler@gmail.com> | 2021-04-28 20:35:50 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-04-28 20:35:50 +0400 |
| commit | 4b2ecfc50e3315dcc27ec85c6b707a021515c5c6 (patch) | |
| tree | 8f114bb50f33ff78b09ceccf0e615b95cd0cdced /http-server/main.go | |
| parent | 8ebbdab5079f803567297af842c87ce012b7ea11 (diff) | |
Removed unnecessary code.
Diffstat (limited to 'http-server/main.go')
| -rw-r--r-- | http-server/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/http-server/main.go b/http-server/main.go index d7b2625..065cafa 100644 --- a/http-server/main.go +++ b/http-server/main.go @@ -96,9 +96,6 @@ func register(w http.ResponseWriter, r *http.Request) { return } - // TODO(andrew): Разобраться с процессом регистрации с подписью - _ = fmt.Sprintf("%s", signature) - userRegistered, err := db.checkUserRegistered(req.User) if err != nil { _ = serverError(w) |