[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 01/03: Remove debug code

noreply at xfce.org noreply at xfce.org
Sun Aug 16 20:39:59 CEST 2015


This is an automated email from the git hooks/post-receive script.

omegaphil pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit 788aba63fbc5ffe527c683ea5a203d0433899e4e
Author: OmegaPhil <OmegaPhil at startmail.com>
Date:   Sun Aug 16 14:53:39 2015 +0100

    Remove debug code
---
 src/curve-view.cpp |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/curve-view.cpp b/src/curve-view.cpp
index e48fcba..c0e2ce4 100644
--- a/src/curve-view.cpp
+++ b/src/curve-view.cpp
@@ -262,9 +262,6 @@ void CurveView::do_draw_loop()
       monitor_data_needed = false, monitor_data_compact_needed = false,
       text_overlay_enabled = applet->get_viewer_text_overlay_enabled();
 
-  // Debug code
-  std::cout << "Curves count: " << curves.size() << std::endl;
-
   // Obtain maximum value of all curves in the view
   for (curve_iterator i = curves.begin(), end = curves.end(); i != end; ++i)
     if ((*i)->get_max_value() > max)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list