diff options
author | 2013-06-04 20:52:54 +0000 | |
---|---|---|
committer | 2013-06-04 20:52:54 +0000 | |
commit | 8f13e9316940a53166dddfc7a5cde068fe73584b (patch) | |
tree | d9d265b4e8715eaf0a315196e722de7ec01a5c92 /sys/miscfs | |
parent | Make sftp's libedit interface marginally multibyte aware by building up the (diff) | |
download | wireguard-openbsd-8f13e9316940a53166dddfc7a5cde068fe73584b.tar.xz wireguard-openbsd-8f13e9316940a53166dddfc7a5cde068fe73584b.zip |
delete a printf, from sylvestre
Diffstat (limited to 'sys/miscfs')
-rw-r--r-- | sys/miscfs/fuse/fuse_vfsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/fuse/fuse_vfsops.c b/sys/miscfs/fuse/fuse_vfsops.c index 337cf3bbbf8..26169bc5ac4 100644 --- a/sys/miscfs/fuse/fuse_vfsops.c +++ b/sys/miscfs/fuse/fuse_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fuse_vfsops.c,v 1.1 2013/06/03 15:50:56 tedu Exp $ */ +/* $OpenBSD: fuse_vfsops.c,v 1.2 2013/06/04 20:52:54 tedu Exp $ */ /* * Copyright (c) 2012-2013 Sylvestre Gallon <ccna.syl@gmail.com> * @@ -82,7 +82,6 @@ fusefs_mount(struct mount *mp, const char *path, void *data, fmp->mp = mp; fmp->sess_init = 0; fmp->dev = args.dev; - printf("fusefs: mount dev %i\n", fmp->dev); mp->mnt_data = fmp; mp->mnt_flag |= MNT_LOCAL; |