diff --git a/elab_users/__init__.py b/elab_users/__init__.py index be1b041..95cd105 100644 --- a/elab_users/__init__.py +++ b/elab_users/__init__.py @@ -185,8 +185,6 @@ def main( "name", nargs="?", help="user or group to perform the command on" ) args = parser.parse_args(cli_args) - print(args.command) - print(args.name) if not args.command: list_users(svn_dir, authz)