Remove print of settings
This commit is contained in:
parent
1d02b3d450
commit
fb0cfa2dba
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ import sys, os
|
||||||
sys.path.insert(0, os.path.realpath('./'))
|
sys.path.insert(0, os.path.realpath('./'))
|
||||||
|
|
||||||
from config import settings
|
from config import settings
|
||||||
print("Settings: ", settings)
|
|
||||||
|
|
||||||
# Global core settings
|
# Global core settings
|
||||||
AUTHOR = settings.author
|
AUTHOR = settings.author
|
||||||
|
|
Reference in a new issue