Remove debugging

This commit is contained in:
Mike Place 2016-11-07 14:03:44 +13:00
parent 17d01e4f4c
commit 4c5ab057ce
No known key found for this signature in database
GPG key ID: 9136F4F13705CFD3

View file

@ -105,7 +105,7 @@ __virtualname__ = 'carbon'
def __virtual__():
return (False, 'Testing #37444')
return __virtualname__
def _get_options(ret):