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

noreply at xfce.org noreply at xfce.org
Sun Jun 21 18:33:43 CEST 2015


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

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

commit 8edea8d58c2276ff8b608cf4e1be655bcc6027e1
Author: OmegaPhil <OmegaPhil at startmail.com>
Date:   Sun Jun 21 17:01:44 2015 +0100

    Remove debug code
---
 src/monitor-impls.cpp |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/monitor-impls.cpp b/src/monitor-impls.cpp
index 1523b47..a285591 100644
--- a/src/monitor-impls.cpp
+++ b/src/monitor-impls.cpp
@@ -112,16 +112,10 @@ load_monitors(XfceRc *settings_ro, XfcePanelPlugin *panel_plugin)
       {
         NetworkLoadMonitor::InterfaceType inter_type(NetworkLoadMonitor::ethernet_first);
 
-        // Debug code
-        std::cout << "HARDWARE MONITOR PLUGIN: Before interface_no detection\n";
-
         /* Deprecated config check (<=v1.4.6) - is the interface defined by a
          * count? */
         if (xfce_rc_has_entry(settings_ro, "interface_no"))
         {
-          // Debug code
-          std::cout << "HARDWARE MONITOR PLUGIN: interface_no detected!\n";
-
           // It is - fetching interface number
           int inter_no = xfce_rc_read_int_entry(settings_ro, "interface_no", 0);
 

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


More information about the Xfce4-commits mailing list