remove extraneous print

main
Kyle Sunden 7 years ago committed by GitHub
parent 247554c248
commit 7c82a8518b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save