From 57c5fc586def9b343dfa128facd10e66e6422494 Mon Sep 17 00:00:00 2001 From: simokawa Date: Sat, 25 Oct 2003 14:51:36 +0000 Subject: remove debug message. --- usr.sbin/dconschat/dconschat.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.1