Skip to content

Commit

Permalink
Removed debugging puts() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Feb 3, 2024
1 parent 5428f56 commit b37e992
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/ceedling/configurator_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ def collect_vendor_framework_sources(in_hash)
# Ensure FileList patterns & revisions are resolved into full list of filepaths
filelist.resolve()

puts(filelist)

# Extract just source file names
filelist.each do |filepath|
sources << File.basename(filepath)
Expand Down
1 change: 0 additions & 1 deletion lib/ceedling/configurator_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def build_project_config(flattened_config)

def build_directory_structure(flattened_config)
flattened_config[:project_build_paths].each do |path|
puts(path)
@file_wrapper.mkdir( path )
end
end
Expand Down

0 comments on commit b37e992

Please sign in to comment.