Boost version and remove some debug puts statements

This commit is contained in:
Mark VanderVoord
2016-10-27 23:06:18 -04:00
parent 2ce8618014
commit 661c1b2d56
3 changed files with 2 additions and 5 deletions

View File

@ -128,9 +128,6 @@ class UnityModuleGenerator
files = [] files = []
triad.each do |triad| triad.each do |triad|
patterns.each_pair do |pattern_file, pattern_traits| patterns.each_pair do |pattern_file, pattern_traits|
puts @options.inspect
puts pattern_traits.inspect
puts module_name.inspect
files << { files << {
:path => "#{triad[:path]}#{module_name}#{pattern_file}#{triad[:ext]}", :path => "#{triad[:path]}#{module_name}#{pattern_file}#{triad[:ext]}",
:name => "#{module_name}#{pattern_file}", :name => "#{module_name}#{pattern_file}",

View File

@ -1,2 +1,2 @@
119 120

View File

@ -1,2 +1,2 @@
2.3.3 2.4.0