diff options
-rw-r--r-- | usr.sbin/dconschat/dconschat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/dconschat/dconschat.c b/usr.sbin/dconschat/dconschat.c index 2a982ab..ee9e497 100644 --- a/usr.sbin/dconschat/dconschat.c +++ b/usr.sbin/dconschat/dconschat.c @@ -833,7 +833,6 @@ main(int argc, char **argv) poll_hz = strtoul(optarg, NULL, 0); if (poll_hz == 0) poll_hz = DCONS_POLL_HZ; - printf("poll_hz = %d\n", poll_hz); break; case 'r': dc->flags |= F_REPLAY; |