Updated connman to version 1.35
[platform/upstream/connman.git] / src / storage.c
index 2da54d6..50c8e95 100755 (executable)
@@ -44,8 +44,6 @@ static GKeyFile *storage_load(const char *pathname)
        GKeyFile *keyfile = NULL;
        GError *error = NULL;
 
-       DBG("Loading %s", pathname);
-
        keyfile = g_key_file_new();
 
        if (!g_key_file_load_from_file(keyfile, pathname, 0, &error)) {