[network-manager-applet] editor: remove some debugging messages



commit 1b3d0bba8ae98af578884dccef8a46cf298f25c4
Author: Dan Williams <dcbw redhat com>
Date:   Mon Jun 20 15:02:11 2011 -0500

    editor: remove some debugging messages

 src/connection-editor/page-wireless-security.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/page-wireless-security.c b/src/connection-editor/page-wireless-security.c
index fb34d5f..59d3578 100644
--- a/src/connection-editor/page-wireless-security.c
+++ b/src/connection-editor/page-wireless-security.c
@@ -320,10 +320,8 @@ finish_setup (CEPageWirelessSecurity *self, gpointer unused, GError *error, gpoi
 	    || nm_utils_security_valid (NMU_SEC_WPA2_ENTERPRISE, dev_caps, FALSE, is_adhoc, 0, 0, 0)) {
 		WirelessSecurityWPAEAP *ws_wpa_eap;
 
-g_message ("%s: here!", __func__);
 		ws_wpa_eap = ws_wpa_eap_new (connection, TRUE, FALSE);
 		if (ws_wpa_eap) {
-g_message ("%s: here 22!", __func__);
 			add_security_item (self, WIRELESS_SECURITY (ws_wpa_eap), sec_model,
 			                   &iter, _("WPA & WPA2 Enterprise"));
 			if ((active < 0) && ((default_type == NMU_SEC_WPA_ENTERPRISE) || (default_type == NMU_SEC_WPA2_ENTERPRISE)))



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