summaryrefslogtreecommitdiffstats
path: root/nest/config.Y
diff options
context:
space:
mode:
Diffstat (limited to 'nest/config.Y')
-rw-r--r--nest/config.Y1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y
index 697d43e..f467a1a 100644
--- a/nest/config.Y
+++ b/nest/config.Y
@@ -57,7 +57,6 @@ proto_item:
| PREFERENCE expr {
if ($2 < 0 || $2 > 255) cf_error("Invalid preference");
this_proto->preference = $2;
-die("pref=%d", $2);
}
;