aboutsummaryrefslogtreecommitdiff
path: root/src/guff/models
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/models')
-rw-r--r--src/guff/models/user.cr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guff/models/user.cr b/src/guff/models/user.cr
index 28e317e..a76fc61 100644
--- a/src/guff/models/user.cr
+++ b/src/guff/models/user.cr
@@ -137,7 +137,6 @@ class Guff::UserModel < Guff::Model
# hash password
pass_hash = Crypto::Bcrypt::Password.create(password, cost: 10).to_s
- # puts "user_id = #{user_id}, email = #{email}, password = #{password}, pass_hash = #{pass_hash}"
transaction do
# clear old credentials