Skip to content

Commit

Permalink
Merge pull request #259 from rock-core/remove_debug_output_in_bootstr…
Browse files Browse the repository at this point in the history
…ap_script

remove debug output from bootstrap script
  • Loading branch information
doudou authored May 9, 2019
2 parents 08ba598 + f616078 commit 5819301
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/autoproj_bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ ops.stage1
if !ops.skip_stage2?
ops.call_stage2
end
puts "OPTS #{bootstrap_options.inspect}"
if !ops.run_autoproj 'bootstrap', *bootstrap_options
exit 1
end
Expand Down
1 change: 0 additions & 1 deletion bin/autoproj_bootstrap.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ops.stage1
if !ops.skip_stage2?
ops.call_stage2
end
puts "OPTS #{bootstrap_options.inspect}"
if !ops.run_autoproj 'bootstrap', *bootstrap_options
exit 1
end
Expand Down

0 comments on commit 5819301

Please sign in to comment.