Remove debug output

... following the TODO note left.

Change-Id: I8c40c4dfa4ba3046e47b90c611b3768073ae259a
This commit is contained in:
Takashi Kajinami
2023-07-13 00:45:27 +09:00
parent 6c6de8e4d7
commit 12cceb107e

View File

@@ -71,8 +71,6 @@ define swift::storage::mount(
command => "mount ${mnt_base_dir}/${name}", command => "mount ${mnt_base_dir}/${name}",
path => ['/bin'], path => ['/bin'],
unless => "grep ${mnt_base_dir}/${name} /etc/mtab", unless => "grep ${mnt_base_dir}/${name} /etc/mtab",
# TODO - this needs to be removed when I am done testing
logoutput => true,
before => Anchor['swift::config::end'], before => Anchor['swift::config::end'],
} }