Browse Source

Remove print() statements left behind from testing

Jeremy Stretch 7 years ago
parent
commit
edd8e9e41e
1 changed files with 0 additions and 6 deletions
  1. 0 6
      netbox/netbox/settings.py

+ 0 - 6
netbox/netbox/settings.py

@@ -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)