You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/11/03 17:31:13 UTC

svn commit: r710096 - /activemq/activemq-cpp/trunk/src/main/decaf/lang/Exception.cpp

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;
     }