tools: remove extra debug

This commit is contained in:
Marek Marczykowski-Górecki 2018-12-07 23:54:12 +01:00
parent e827e47926
commit f03937c51e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -104,7 +104,6 @@ class _Set(qubesadmin.tools.PoolsAction):
'modifications)')
def __call__(self, parser, namespace, name, option_string=None):
print('dupa')
setattr(namespace, 'command', 'set')
super(_Set, self).__call__(parser, namespace, name, option_string)