Oops, forgot to remove a debugging kludge.

This commit is contained in:
Martin Mares 1998-11-27 21:34:03 +00:00
parent 0b62c3a7c7
commit 7af99789c7

View file

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