]> git.wh0rd.org - dump.git/blobdiff - restore/main.c
a debug message removed
[dump.git] / restore / main.c
index 37d710150c9dbb0096dab0ee96c79f7d28c2bb59..ad0496816a68d42e5265ced41c83751ec56e4b02 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: main.c,v 1.30 2001/11/13 12:11:05 stelian Exp $";
+       "$Id: main.c,v 1.31 2001/11/13 12:11:42 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
@@ -288,7 +288,6 @@ main(int argc, char *argv[])
                        err(1, "can't get current directory");
                snprintf(fullpathinput, MAXPATHLEN, "%s/%s", wd, inputdev);
                fullpathinput[MAXPATHLEN - 1] = '\0';
-printf("FULLPATH is %s\n", fullpathinput);
                setinput(fullpathinput);
        }
        else