From 7c82a8518b1f75714bf1e108eed8a7c814044fb4 Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Mon, 14 May 2018 18:03:39 -0500 Subject: [PATCH] remove extraneous print --- pubs/commands/url_cmd.py | 1 - 1 file changed, 1 deletion(-) 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()