Remove superfluous debugging line.

pull/3048/head
Anna Bridge 2016-10-28 15:20:36 +01:00
parent a5d3d2056b
commit c60b19e27c
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ def main(arguments):
args = parser.parse_args(arguments) args = parser.parse_args(arguments)
cfg = os.path.join(os.path.dirname(__file__), args.config_file) cfg = os.path.join(os.path.dirname(__file__), args.config_file)
print cfg
# Load the config file # Load the config file
config = json.load(open(os.path.join(os.path.dirname(__file__), config = json.load(open(os.path.join(os.path.dirname(__file__),