Revert "tasks/ceph_manager: dump raw cluster command at debug level"

This reverts commit b0ebeba79c.
This commit is contained in:
Sage Weil 2014-12-23 12:57:18 -08:00
parent c539429761
commit 0220cbb717

View File

@ -589,7 +589,6 @@ class CephManager:
args=ceph_args,
stdout=StringIO(),
)
log.debug('raw stdout "%s"', proc.stdout.getvalue())
return proc.stdout.getvalue()
def raw_cluster_cmd_result(self, *args):