summaryrefslogtreecommitdiff
path: root/src/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.c')
-rwxr-xr-xsrc/storage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage.c b/src/storage.c
index 2da54d6c..50c8e955 100755
--- a/src/storage.c
+++ b/src/storage.c
@@ -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)) {