From 0414cddfc806ebfa7c30decea53f88c2bc46270e Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 21 Mar 2002 07:31:48 +0000 Subject: Kill debugging printf() slipped into my last commit. Noticed by: jhb Hall of shame entry: sobomax --- lib/libstand/splitfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libstand/splitfs.c b/lib/libstand/splitfs.c index 26c7d1f4f5943..523c63896013a 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); -- cgit v1.2.3