1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Remove debug print

This commit is contained in:
Jared Hess 2015-12-30 03:25:57 -08:00
parent 531a873382
commit 825a21bc6e

View File

@ -364,7 +364,6 @@ def main(args): # noqa
# all arguments are mutually exclusive
if args.add:
print(type(args.add))
for arg in args.add:
save(config, first(add_path(load(config), arg)))
elif args.complete: