[glom] Remove some debug output



commit f0d560b378d942f2d1db86f504b72dc0751c16fc
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Oct 27 16:29:26 2013 +0100

    Remove some debug output

 glom/utility_widgets/flowtable.cc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glom/utility_widgets/flowtable.cc b/glom/utility_widgets/flowtable.cc
index 0b4e056..84d252e 100644
--- a/glom/utility_widgets/flowtable.cc
+++ b/glom/utility_widgets/flowtable.cc
@@ -110,7 +110,8 @@ void FlowTable::delete_and_forget_hbox(Gtk::Box* hbox)
   }
   else
   {
-    std::cerr << G_STRFUNC << ": hbox=" << hbox << " has no parent. Not removing from SpreadTableDnd" << 
std::endl;
+    //TODO: Fix this leak.
+    //std::cerr << G_STRFUNC << ": hbox=" << hbox << " has no parent. Not removing from SpreadTableDnd" << 
std::endl;
   }
 
   //Delete and forget it:


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