summaryrefslogtreecommitdiff
path: root/http-server
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-04-28 20:35:50 +0400
committerAndrew <saintruler@gmail.com>2021-04-28 20:35:50 +0400
commit4b2ecfc50e3315dcc27ec85c6b707a021515c5c6 (patch)
tree8f114bb50f33ff78b09ceccf0e615b95cd0cdced /http-server
parent8ebbdab5079f803567297af842c87ce012b7ea11 (diff)
Removed unnecessary code.
Diffstat (limited to 'http-server')
-rw-r--r--http-server/main.go3
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)