Kill debugging printf() slipped into my last commit.

Noticed by:		jhb
Hall of shame entry:	sobomax
This commit is contained in:
Maxim Sobolev 2002-03-21 07:31:48 +00:00
parent cc2dbb21e5
commit 0414cddfc8

View File

@ -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);