Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 85079 invoked from network); 3 Nov 2008 16:32:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 16:32:04 -0000 Received: (qmail 7037 invoked by uid 500); 3 Nov 2008 16:32:11 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 7016 invoked by uid 500); 3 Nov 2008 16:32:11 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 7007 invoked by uid 99); 3 Nov 2008 16:32:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 08:32:10 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Mon, 03 Nov 2008 16:31:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DE751238889E; Mon, 3 Nov 2008 08:31:13 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r710096 - /activemq/activemq-cpp/trunk/src/main/decaf/lang/Exception.cpp Date: Mon, 03 Nov 2008 16:31:13 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081103163113.DE751238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Nov 3 08:31:13 2008 New Revision: 710096 URL: http://svn.apache.org/viewvc?rev=710096&view=rev Log: Cleanup Modified: activemq/activemq-cpp/trunk/src/main/decaf/lang/Exception.cpp Modified: activemq/activemq-cpp/trunk/src/main/decaf/lang/Exception.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/decaf/lang/Exception.cpp?rev=710096&r1=710095&r2=710096&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/decaf/lang/Exception.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/decaf/lang/Exception.cpp Mon Nov 3 08:31:13 2008 @@ -171,7 +171,6 @@ } if( this->cause != NULL ) { - std::cout << "Deleting old Cause" << std::endl; delete this->cause; }