From b9a5248e8b9b264ae91358e40f058851fda6c009 Mon Sep 17 00:00:00 2001 From: sobomax 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(-) (limited to 'lib') 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); -- cgit v1.1