aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guff.cr6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/guff.cr b/src/guff.cr
index edd5522..bb46980 100644
--- a/src/guff.cr
+++ b/src/guff.cr
@@ -2910,12 +2910,6 @@ module Guff
db.last_insert_row_id.to_i64
end
- # generate random password
- private def gen_password
- # STDERR.puts "DEBUG: generating random password"
- SecureRandom.base64(6 + rand(6)).strip.gsub(/\=+$/, "")
- end
-
TEST_DATA_SQL = [%{
INSERT INTO posts (
post_id,