Imported Upstream version 1.35
[platform/upstream/connman.git] / src / storage.c
index 7d03130..5e877ef 100644 (file)
@@ -43,8 +43,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)) {