From 328133cf17a86df6ea91b07be183fc41c205723a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 29 Jan 2019 17:15:17 +0100 Subject: Remove debugging message --- src/im-sandbox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 171ecf80..b380c434 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -249,7 +249,6 @@ static struct filename_plus_event *get_pattern(struct get_pattern_ctx *gpctx) fne = malloc(sizeof(struct filename_plus_event)); if ( fne == NULL ) return NULL; fne->filename = read_prefixed_filename(gpctx, NULL); - STATUS("Got '%s'\n", fne->filename); if ( fne->filename == NULL ) { free(fne); return NULL; -- cgit v1.2.3