diff options
Diffstat (limited to 'src/storage.c')
-rw-r--r-- | src/storage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage.c b/src/storage.c index 7d031303..5e877ef1 100644 --- a/src/storage.c +++ b/src/storage.c @@ -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)) { |