mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Remove debug print
This commit is contained in:
parent
531a873382
commit
825a21bc6e
@ -364,7 +364,6 @@ def main(args): # noqa
|
|||||||
|
|
||||||
# all arguments are mutually exclusive
|
# all arguments are mutually exclusive
|
||||||
if args.add:
|
if args.add:
|
||||||
print(type(args.add))
|
|
||||||
for arg in args.add:
|
for arg in args.add:
|
||||||
save(config, first(add_path(load(config), arg)))
|
save(config, first(add_path(load(config), arg)))
|
||||||
elif args.complete:
|
elif args.complete:
|
||||||
|
Loading…
Reference in New Issue
Block a user