aboutsummaryrefslogtreecommitdiff
path: root/hotline/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'hotline/server.go')
-rw-r--r--hotline/server.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hotline/server.go b/hotline/server.go
index 768433b..64cc527 100644
--- a/hotline/server.go
+++ b/hotline/server.go
@@ -362,8 +362,6 @@ func (s *Server) UpdateUser(login, newLogin, name, password string, access []byt
s.mux.Lock()
defer s.mux.Unlock()
- fmt.Printf("login: %v, newLogin: %v: ", login, newLogin)
-
// update renames the user login
if login != newLogin {
err := os.Rename(s.ConfigDir+"Users/"+login+".yaml", s.ConfigDir+"Users/"+newLogin+".yaml")