aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c1
1 files changed, 0 insertions, 1 deletions
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;