diff --git a/hooks/lib/openstack_common.py b/hooks/lib/openstack_common.py index 97733a8..6efb14c 100644 --- a/hooks/lib/openstack_common.py +++ b/hooks/lib/openstack_common.py @@ -30,8 +30,6 @@ swift_codenames = { } def juju_log(msg): - print msg - return subprocess.check_call(['juju-log', msg])