mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
remove some leftover debug statements
This commit is contained in:
parent
bd6e6b7ec3
commit
4b74e231cd
@ -99,7 +99,6 @@ def file_config(filename=None):
|
|||||||
if filename is None:
|
if filename is None:
|
||||||
filename = CONFIG_DEFAULT_PATH
|
filename = CONFIG_DEFAULT_PATH
|
||||||
|
|
||||||
logger.error(filename)
|
|
||||||
logger.debug('file_config() will try to open `{}`'.format(filename))
|
logger.debug('file_config() will try to open `{}`'.format(filename))
|
||||||
with open(filename) as f:
|
with open(filename) as f:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user