diff options
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r-- | usr.sbin/sysinstall/dist.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 79b7218..765f075 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dist.c,v 1.64 1996/07/09 16:57:14 jkh Exp $ + * $Id: dist.c,v 1.65 1996/07/10 11:38:27 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -366,8 +366,6 @@ distExtract(char *parent, Distribution *me) /* First try to get the distribution as a single file */ snprintf(buf, 512, "%s/%s.tgz", path, dist); - if (isDebug()) - msgDebug("Trying to get large piece: %s\n", buf); /* * Passing TRUE as 3rd parm to get routine makes this a "probing" get, for which errors * are not considered too significant. |