diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-21 07:31:48 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-21 07:31:48 +0000 |
commit | b9a5248e8b9b264ae91358e40f058851fda6c009 (patch) | |
tree | 67401928ad7e2bf7e62fc99c3a46b10d167353fa /lib | |
parent | e0773a724ed7f72042fe8f093d8f1e26b684f15c (diff) | |
download | FreeBSD-src-b9a5248e8b9b264ae91358e40f058851fda6c009.zip FreeBSD-src-b9a5248e8b9b264ae91358e40f058851fda6c009.tar.gz |
Kill debugging printf() slipped into my last commit.
Noticed by: jhb
Hall of shame entry: sobomax
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libstand/splitfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libstand/splitfs.c b/lib/libstand/splitfs.c index 26c7d1f..523c638 100644 --- a/lib/libstand/splitfs.c +++ b/lib/libstand/splitfs.c @@ -85,7 +85,6 @@ splitfs_open(const char *fname, struct open_file *f) struct split_file *sf; struct stat sb; - printf("%s\n", fname); /* Have to be in "just read it" mode */ if (f->f_flags != F_READ) return(EPERM); |