diff options
author | Thomas White <taw@physics.org> | 2019-01-29 17:15:17 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-01-29 17:21:06 +0100 |
commit | 328133cf17a86df6ea91b07be183fc41c205723a (patch) | |
tree | 7f6a2ae8fcf1999b6db65d52cc8cfea9312c2b28 /src/im-sandbox.c | |
parent | 1fdbafbb687c32dc167a572a3048e32099720fde (diff) |
Remove debugging message
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r-- | src/im-sandbox.c | 1 |
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; |