Remove unecessary debug syslog

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@424 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2005-02-10 05:14:09 +00:00
parent a88c6427ef
commit 91ae7543e6

View file

@ -3456,7 +3456,6 @@ static gboolean nm_device_wireless_scan (gpointer user_data)
goto reschedule;
}
syslog (LOG_ERR, "ABOUT TO SCAN\n");
/* Grab the scan mutex */
if (nm_try_acquire_mutex (dev->options.wireless.scan_mutex, __FUNCTION__))
{