Return-Path: X-Original-To: apmail-pig-commits-archive@www.apache.org Delivered-To: apmail-pig-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 6E6E89645 for ; Tue, 27 Sep 2011 18:09:16 +0000 (UTC) Received: (qmail 14376 invoked by uid 500); 27 Sep 2011 18:09:16 -0000 Delivered-To: apmail-pig-commits-archive@pig.apache.org Received: (qmail 14353 invoked by uid 500); 27 Sep 2011 18:09:16 -0000 Mailing-List: contact commits-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list commits@pig.apache.org Received: (qmail 14346 invoked by uid 99); 27 Sep 2011 18:09:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 18:09:16 +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; Tue, 27 Sep 2011 18:09:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 020B423888CC for ; Tue, 27 Sep 2011 18:08:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1176495 - /pig/branches/branch-0.9/bin/pig Date: Tue, 27 Sep 2011 18:08:52 -0000 To: commits@pig.apache.org From: daijy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110927180853.020B423888CC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: daijy Date: Tue Sep 27 18:08:52 2011 New Revision: 1176495 URL: http://svn.apache.org/viewvc?rev=1176495&view=rev Log: Remove a debug statement in bin/pig Modified: pig/branches/branch-0.9/bin/pig Modified: pig/branches/branch-0.9/bin/pig URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/bin/pig?rev=1176495&r1=1176494&r2=1176495&view=diff ============================================================================== --- pig/branches/branch-0.9/bin/pig (original) +++ pig/branches/branch-0.9/bin/pig Tue Sep 27 18:08:52 2011 @@ -256,7 +256,6 @@ else fi PIG_JAR=`echo $PIG_HOME/pig!(*withouthadoop).jar` - echo $PIG_JAR if [ -n "$PIG_JAR" ]; then CLASSPATH="${CLASSPATH}:$PIG_JAR"