remove extraneous print
This commit is contained in:
parent
247554c248
commit
7c82a8518b
@ -31,6 +31,5 @@ def command(conf, args):
|
|||||||
|
|
||||||
except KeyError as e:
|
except KeyError as e:
|
||||||
ui.error('{} has no url'.format(key))
|
ui.error('{} has no url'.format(key))
|
||||||
print(key)
|
|
||||||
|
|
||||||
rp.close()
|
rp.close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user