Revert "Add debug logs" 98/243198/1
authorseonah moon <seonah1.moon@samsung.com>
Fri, 4 Sep 2020 01:31:17 +0000 (01:31 +0000)
committerseonah moon <seonah1.moon@samsung.com>
Fri, 4 Sep 2020 01:31:17 +0000 (01:31 +0000)
This reverts commit 8cc6dac36d27484d1047cb9f6ee5b3d7f44e8a17.

Change-Id: I37c3a293d15824727e1b55c24e1840044cfbd1fb

src/dbus/netdbus.c
src/dbus/netsupplicant.c

index 6faf5af..4e06230 100755 (executable)
@@ -224,9 +224,6 @@ GVariant *netconfig_invoke_dbus_method(const char *dest, const char *path,
        GVariant *reply = NULL;
        GDBusConnection *connection;
 
-       if (g_strcmp0(method, "SignalPoll") != 0)
-               INFO("[DBUS Sync] %s %s %s", interface_name, method, path);
-
        connection = netdbus_get_connection();
        if (connection == NULL) {
                ERR("Failed to get GDBusconnection");
@@ -258,9 +255,6 @@ GVariant *netconfig_invoke_dbus_method(const char *dest, const char *path,
                return NULL;
        }
 
-       if (g_strcmp0(method, "SignalPoll") != 0)
-               INFO("[DBUS Sync] %s succeeded", method);
-
        return reply;
 }
 
index 265bc8b..a6f59fd 100755 (executable)
@@ -116,9 +116,6 @@ GVariant *netconfig_supplicant_invoke_dbus_method(const char *dest, const char *
                return NULL;
        }
 
-       if (g_strcmp0(method, "GetInterface") != 0)
-               INFO("[DBUS Sync] %s succeeded", method);
-
        return reply;
 }