Remove debug print

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2827 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2007-09-20 08:04:32 +00:00
parent 6746319495
commit e43e695d43

View File

@@ -671,7 +671,6 @@ find_best_connection (gpointer data, gpointer user_data)
s_con = (NMSettingConnection *) nm_connection_get_setting (connection, NM_SETTING_CONNECTION);
if (s_con == NULL)
return;
fprintf (stderr, "%s: looking at connection %s\n", __func__, s_con->name);
if (strcmp (s_con->type, NM_SETTING_WIRELESS))
return;
if (!s_con->autoconnect)