mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
remove print statement
This commit is contained in:
parent
728747f46c
commit
5c419e0741
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ fscreate(CFsys *fs, char *name, int mode, ulong perm)
|
|||
elem = p+1;
|
||||
}
|
||||
|
||||
fprint(2, "create %s %s\n", dir, elem);
|
||||
if((fid = _fswalk(fs->root, dir)) == nil){
|
||||
if(p)
|
||||
*p = '/';
|
||||
|
|
Loading…
Reference in a new issue