remove extraneous print

This commit is contained in:
Kyle Sunden 2018-05-14 18:03:39 -05:00 committed by GitHub
parent 247554c248
commit 7c82a8518b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,5 @@ def command(conf, args):
except KeyError as e:
ui.error('{} has no url'.format(key))
print(key)
rp.close()