summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2016-06-02 05:29:35 +0000
committerratchov <ratchov@openbsd.org>2016-06-02 05:29:35 +0000
commit05f61546870bcaab7deb825cb81375bbf9ef3872 (patch)
tree8e3f5da7bb823a2ef0eb16739ca83186f540e31d
parentset exit status to 1 if -n is used without -i and -o (diff)
downloadwireguard-openbsd-05f61546870bcaab7deb825cb81375bbf9ef3872.tar.xz
wireguard-openbsd-05f61546870bcaab7deb825cb81375bbf9ef3872.zip
remove forgotten debug printfs
-rw-r--r--usr.bin/aucat/aucat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c
index ef784580dfa..7891479e1e1 100644
--- a/usr.bin/aucat/aucat.c
+++ b/usr.bin/aucat/aucat.c
@@ -821,10 +821,6 @@ dev_mmcloc(int hr, int min, int sec, int fr, int cent, int fps)
log_puts(" at ");
log_putu(fps);
log_puts("fps\n");
-
- log_puts("pos: ");
- log_putu(pos);
- log_puts("\n");
}
if (dev_pstate == DEV_START) {
dev_mmcstop();