[glom] Remove debug output.



commit c46c973caf4c99245e15c4bb02605543f5319d14
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 30 18:56:18 2009 +0200

    Remove debug output.

 glom/base_db.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glom/base_db.cc b/glom/base_db.cc
index d75a6aa..abaf237 100644
--- a/glom/base_db.cc
+++ b/glom/base_db.cc
@@ -403,9 +403,9 @@ static Glib::ustring remove_quotes(const Glib::ustring& str)
   
   //Actually remove the quotes:
   gchar* quoted = g_strdup(str.c_str());
-  std::cout << "  quoted=" << quoted << std::endl;
+  //std::cout << "  quoted=" << quoted << std::endl;
   gchar* unquoted = gda_sql_identifier_remove_quotes(quoted); //Changes quoted. unquoted is the same string so should not be freed.
-  std::cout << "  unquoted= " << unquoted << std::endl;
+  //std::cout << "  unquoted= " << unquoted << std::endl;
   if(unquoted)
     return unquoted;
       



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