glom r1533 - trunk/glom/libglom



Author: murrayc
Date: Mon Apr  7 17:33:40 2008
New Revision: 1533
URL: http://svn.gnome.org/viewvc/glom?rev=1533&view=rev

Log:
Removed some debug output.

Modified:
   trunk/glom/libglom/connectionpool.cc

Modified: trunk/glom/libglom/connectionpool.cc
==============================================================================
--- trunk/glom/libglom/connectionpool.cc	(original)
+++ trunk/glom/libglom/connectionpool.cc	Mon Apr  7 17:33:40 2008
@@ -211,7 +211,6 @@
 
 ConnectionPool::~ConnectionPool()
 {
-  std::cout << "~ConnectionPool(): m_refGdaConnection refcount=" << G_OBJECT(m_refGdaConnection->gobj())->ref_count << std::endl;
   if(m_pFieldTypes)
   {
     delete m_pFieldTypes;
@@ -372,7 +371,7 @@
             if(glib_error.get())
               break;
 #endif
-            std::cout << "m_refGdaConnection refcount=" << G_OBJECT(m_refGdaConnection->gobj())->ref_count << std::endl;
+            //std::cout << "m_refGdaConnection refcount=" << G_OBJECT(m_refGdaConnection->gobj())->ref_count << std::endl;
 
             //g_warning("ConnectionPool: connection opened");
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]