[glom] Remove debug output.



commit a72c2fc7ec958083cf9ac1ec70781622eb3e8bb2
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jul 12 13:35:42 2011 +0200

    Remove debug output.

 glom/utility_widgets/imageglom.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glom/utility_widgets/imageglom.cc b/glom/utility_widgets/imageglom.cc
index c240079..1102030 100644
--- a/glom/utility_widgets/imageglom.cc
+++ b/glom/utility_widgets/imageglom.cc
@@ -293,8 +293,8 @@ void ImageGlom::scale()
     if(allocation_height >= 400)
       allocation_height = 400;
       
-    std::cout << "pixbuf_height=" << pixbuf_height << ", pixbuf_width=" << pixbuf_width << std::endl;
-    std::cout << "allocation_height=" << allocation.get_height() << ", allocation_width=" << allocation.get_width() << std::endl;
+    //std::cout << "pixbuf_height=" << pixbuf_height << ", pixbuf_width=" << pixbuf_width << std::endl;
+    //std::cout << "allocation_height=" << allocation.get_height() << ", allocation_width=" << allocation.get_width() << std::endl;
 
     if( (pixbuf_height >allocation_height ) ||
         (pixbuf_width > allocation_width) )



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