remove debug message.

This commit is contained in:
Hidetoshi Shimokawa 2003-10-25 14:51:36 +00:00
parent 801517fd4e
commit be162aff87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121503

View File

@ -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;