Skip to content

Commit 100bca6

Browse files
Rex Chenrexcsn
authored andcommitted
Removing puts in cookbook
- Removed puts calls from _master_base_config.rb. Those calls were put in for logging, but they actually never worked anyway. Removing these calls will not affect functionality. Signed-off-by: Rex Chen <[email protected]>
1 parent fa72264 commit 100bca6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

recipes/_master_base_config.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@
3636
shared_dir_array.each_with_index do |dir, index|
3737
shared_dir_array[index] = dir.strip
3838
shared_dir_array[index] = "/" + shared_dir_array[index]
39-
puts "Shared directory #{index}: #{dir}"
4039
end
4140

4241
# Parse volume info into an arary
4342
vol_array = node['cfncluster']['cfn_volume'].split(',')
4443
vol_array.each_with_index do |vol, index|
4544
vol_array[index] = vol.strip
46-
puts "Shared directory #{index}: #{vol}"
4745
end
4846

4947
# Mount each volume

0 commit comments

Comments
 (0)