From 342da1eccaa337d5e1dfd2c7b58f409937e330c6 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 16 Oct 2013 14:08:51 +0200 Subject: [PATCH] remove debug output --- fabfile/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile/__init__.py b/fabfile/__init__.py index 5574f3a..caf123f 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -32,7 +32,7 @@ env.warn_only = True env.skip_bad_hosts = True env.roledefs = _roledefs() -print repr(env.roledefs) +#print repr(env.roledefs) def all(): env.hosts = _all_hosts()