1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove print() statements left behind from testing

This commit is contained in:
Jeremy Stretch
2018-05-30 16:56:56 -04:00
parent efa118c3c8
commit edd8e9e41e

View File

@ -118,12 +118,6 @@ REDIS_PASSWORD = REDIS.get('PASSWORD', '')
REDIS_DATABASE = REDIS.get('DATABASE', 0)
REDIS_DEFAULT_TIMEOUT = REDIS.get('DEFAULT_TIMEOUT', 300)
print(REDIS_HOST)
print(REDIS_PORT)
print(REDIS_PASSWORD)
print(REDIS_DATABASE)
print(REDIS_DEFAULT_TIMEOUT)
# Email
EMAIL_HOST = EMAIL.get('SERVER')
EMAIL_PORT = EMAIL.get('PORT', 25)