Comment out debug code
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/d64a248f Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/d64a248f Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/d64a248f Branch: refs/heads/master Commit: d64a248f5efbb6e1e75a3f289f5a85313b5bdeaf Parents: 8ec9b0d Author: Peter Donald <[email protected]> Authored: Sun May 22 20:41:10 2016 +1000 Committer: Peter Donald <[email protected]> Committed: Sun May 22 20:41:10 2016 +1000 ---------------------------------------------------------------------- spec/addon/custom_pom_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/d64a248f/spec/addon/custom_pom_spec.rb ---------------------------------------------------------------------- diff --git a/spec/addon/custom_pom_spec.rb b/spec/addon/custom_pom_spec.rb index 15843e7..1d0c146 100644 --- a/spec/addon/custom_pom_spec.rb +++ b/spec/addon/custom_pom_spec.rb @@ -100,7 +100,7 @@ describe Buildr::CustomPom do end task('package').invoke @pom_xml = project_pom_xml(@foo) - $stderr.puts @pom_xml.to_s + #$stderr.puts @pom_xml.to_s end it 'has correct static metadata' do
