diff options
Diffstat (limited to 'camel/providers/mh/camel-mh-store.c')
-rw-r--r-- | camel/providers/mh/camel-mh-store.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/providers/mh/camel-mh-store.c b/camel/providers/mh/camel-mh-store.c index 5ab4bcc59d..42f3b474f6 100644 --- a/camel/providers/mh/camel-mh-store.c +++ b/camel/providers/mh/camel-mh-store.c @@ -111,8 +111,6 @@ static CamelFolder *get_folder(CamelStore * store, const char *folder_name, gboo printf("getting folder: %s\n", name); if (stat(name, &st) == -1) { - int fd; - printf("doesn't exist ...\n"); if (errno != ENOENT) { |