mirror of https://github.com/ARMmbed/mbed-os.git
Remove superfluous debugging line.
parent
a5d3d2056b
commit
c60b19e27c
|
@ -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__),
|
||||||
|
|
Loading…
Reference in New Issue