summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/gpioctl/gpioctl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.c b/usr.sbin/gpioctl/gpioctl.c
index e4708a4..bf1b835 100644
--- a/usr.sbin/gpioctl/gpioctl.c
+++ b/usr.sbin/gpioctl/gpioctl.c
@@ -224,9 +224,6 @@ main(int argc, char **argv)
}
argv += optind;
argc -= optind;
- for (i = 0; i < argc; i++)
- printf("%d/%s\n", i, argv[i]);
-
if (ctlfile == NULL)
ctlfile = defctlfile;
OpenPOWER on IntegriCloud