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()