From 14f35f47326c35e03568ba96b30bb08b08edd430 Mon Sep 17 00:00:00 2001 From: Lawrence Teo Date: Mon, 17 Feb 2014 04:52:26 +0000 Subject: Remove a stray debug printf that crept in via one of the newqueue commits. ok henning@ --- sbin/pfctl/pfctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 69d309f3752..e23b1177a36 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.321 2013/11/01 22:55:39 pelikan Exp $ */ +/* $OpenBSD: pfctl.c,v 1.322 2014/02/17 04:52:25 lteo Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1955,7 +1955,6 @@ pfctl_debug(int dev, u_int32_t level, int opts) memset(&t, 0, sizeof(t)); t.pfrb_type = PFRB_TRANS; -printf("pfctl_debug DIOCXCOMMIT\n"); if (pfctl_trans(dev, &t, DIOCXBEGIN, 0) || ioctl(dev, DIOCSETDEBUG, &level) || pfctl_trans(dev, &t, DIOCXCOMMIT, 0)) -- cgit v1.2.3