1
Fork 0

Remove print of settings

This commit is contained in:
Jake Howard 2016-10-01 22:12:17 +01:00
parent 1d02b3d450
commit fb0cfa2dba
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -5,7 +5,6 @@ import sys, os
sys.path.insert(0, os.path.realpath('./'))
from config import settings
print("Settings: ", settings)
# Global core settings
AUTHOR = settings.author