From 825a21bc6ecba7aa226465a7bcca1319414a3b8f Mon Sep 17 00:00:00 2001 From: Jared Hess Date: Wed, 30 Dec 2015 03:25:57 -0800 Subject: [PATCH] Remove debug print --- bin/autojump | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index 9deaf31..b600543 100755 --- a/bin/autojump +++ b/bin/autojump @@ -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: