You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/12/16 08:03:22 UTC

svn commit: r1422475 - /buildr/trunk/lib/buildr/packaging/artifact.rb

Author: donaldp
Date: Sun Dec 16 07:03:19 2012
New Revision: 1422475

URL: http://svn.apache.org/viewvc?rev=1422475&view=rev
Log:
Remove debug output

Modified:
    buildr/trunk/lib/buildr/packaging/artifact.rb

Modified: buildr/trunk/lib/buildr/packaging/artifact.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/packaging/artifact.rb?rev=1422475&r1=1422474&r2=1422475&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/packaging/artifact.rb (original)
+++ buildr/trunk/lib/buildr/packaging/artifact.rb Sun Dec 16 07:03:19 2012
@@ -386,7 +386,6 @@ module Buildr
     # and not a string, it will be converted to a string using to_s
     def content(string = nil)
       unless string
-        puts @content.class.name
         @content = @content.call if @content.is_a?(Proc)
         return @content
       end