From 5f1a63f33af343290bb85ec6fcf64cd3928d3ee7 Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 3 Apr 2005 16:35:58 +0000 Subject: Remove debug from last commit --- sbin/restore/dirs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sbin/restore') diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c index f0ed7f8..f12f932 100644 --- a/sbin/restore/dirs.c +++ b/sbin/restore/dirs.c @@ -278,8 +278,6 @@ pathsearch(const char *pathname) struct direct *dp; char *path, *name, buffer[MAXPATHLEN]; - printf("Looking for %s\n", pathname); - strcpy(buffer, pathname); path = buffer; ino = ROOTINO; -- cgit v1.1