Skip to content

Commit c60b19e

Browse files
committed
Remove superfluous debugging line.
1 parent a5d3d20 commit c60b19e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/test/examples/update.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ def main(arguments):
229229
args = parser.parse_args(arguments)
230230

231231
cfg = os.path.join(os.path.dirname(__file__), args.config_file)
232-
print cfg
233232

234233
# Load the config file
235234
config = json.load(open(os.path.join(os.path.dirname(__file__),

0 commit comments

Comments
 (0)