diff --git a/pubs/commands/url_cmd.py b/pubs/commands/url_cmd.py index 5591b77..a2fd002 100644 --- a/pubs/commands/url_cmd.py +++ b/pubs/commands/url_cmd.py @@ -31,6 +31,5 @@ def command(conf, args): except KeyError as e: ui.error('{} has no url'.format(key)) - print(key) rp.close()