Return-Path: X-Original-To: apmail-buildr-commits-archive@www.apache.org Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DBE1D533 for ; Sun, 16 Dec 2012 07:03:47 +0000 (UTC) Received: (qmail 45583 invoked by uid 500); 16 Dec 2012 07:03:47 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 45547 invoked by uid 500); 16 Dec 2012 07:03:46 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 45527 invoked by uid 99); 16 Dec 2012 07:03:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2012 07:03:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2012 07:03:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 023E023888E4; Sun, 16 Dec 2012 07:03:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1422475 - /buildr/trunk/lib/buildr/packaging/artifact.rb Date: Sun, 16 Dec 2012 07:03:22 -0000 To: commits@buildr.apache.org From: donaldp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121216070323.023E023888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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