From ddbbce3712df3015ca4589cd460a0e422f69551c Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Mon, 4 Dec 2017 17:38:52 +0100 Subject: [PATCH] remove extra comments --- zaza/model.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zaza/model.py b/zaza/model.py index ee53676..d1803e3 100644 --- a/zaza/model.py +++ b/zaza/model.py @@ -20,12 +20,6 @@ async def deployed(filter=None): def main(): - # logging.basicConfig(level=logging.INFO) - - # # If you want to see everything sent over the wire, set this to DEBUG. - # ws_logger = logging.getLogger('websockets.protocol') - # ws_logger.setLevel(logging.INFO) - # Run the deploy coroutine in an asyncio event loop, using a helper # that abstracts loop creation and teardown. print("Current applications: {}".format( ", ".join(loop.run(deployed()))))