Don't spew debug info for every method call

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@417 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2005-02-07 23:06:00 +00:00
parent 901e3d01d8
commit a1457c2538

View File

@@ -72,7 +72,6 @@ gboolean nm_dbus_method_dispatch (NMDbusMethodList *list, DBusConnection *connec
if (!(callback = g_hash_table_lookup (list->methods, method)))
return FALSE;
syslog (LOG_ERR, "DBUS calling method '%s'\n", method);
temp_reply = (*callback) (connection, message, (NMDbusCBData *)user_data);
if (reply)