diff options
author | Don Luchini <dluchini@enernoc.com> | 2014-11-05 08:57:05 -0500 |
---|---|---|
committer | Don Luchini <dluchini@enernoc.com> | 2014-11-05 08:57:05 -0500 |
commit | 019c0f9e0f0f8b74803be57cb9f8ef8ab2e057ef (patch) | |
tree | 08a7b75df2976941e85f37ce5e00ff9e14e82e29 /db | |
parent | bc403356bb16da28a8c9cb486decf308036fd8f5 (diff) | |
download | gitlab-ce-019c0f9e0f0f8b74803be57cb9f8ef8ab2e057ef.tar.gz |
Remove unnecessary lines.
Diffstat (limited to 'db')
-rw-r--r-- | db/fixtures/production/001_admin.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/db/fixtures/production/001_admin.rb b/db/fixtures/production/001_admin.rb index 6fe6f63469e..0755ac714e1 100644 --- a/db/fixtures/production/001_admin.rb +++ b/db/fixtures/production/001_admin.rb @@ -1,5 +1,3 @@ -password = nil -expire_time = nil if ENV['GITLAB_ROOT_PASSWORD'].blank? password = '5iveL!fe' expire_time = Time.now |