Remove debug printout of scan list

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2129 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2006-11-27 18:43:20 +00:00
parent 56621e5f66
commit 791b7c7b3e

View file

@ -2275,9 +2275,6 @@ supplicant_iface_scanned_ap_cb (NMSupplicantInterface * iface,
/* Remove outdated access points */
cull_scan_list (self);
ap_list = nm_device_802_11_wireless_ap_list_get (self);
nm_ap_list_print_members (ap_list, "SCAN");
out:
if (ap)
nm_ap_unref (ap);