From 78d754df6b46f033773014e823764e566040dab7 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 9 Apr 2024 23:21:20 -0500 Subject: [PATCH] fuse_lowlevel.c --- libfuse/lib/fuse_lowlevel.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libfuse/lib/fuse_lowlevel.c b/libfuse/lib/fuse_lowlevel.c index c64849bc..16ec1824 100644 --- a/libfuse/lib/fuse_lowlevel.c +++ b/libfuse/lib/fuse_lowlevel.c @@ -282,11 +282,6 @@ fill_open(struct fuse_open_out *arg_, arg_->open_flags |= FOPEN_PASSTHROUGH; arg_->backing_id = ffi_->backing_id; } - - fprintf(stderr, - "%d %d\n", - !!(arg_->open_flags | FOPEN_KEEP_CACHE), - !!(arg_->open_flags | FOPEN_PASSTHROUGH)); } int