diff --git a/scapy/asn1/ber.py b/scapy/asn1/ber.py index 52b59c1..767d45c 100644 --- a/scapy/asn1/ber.py +++ b/scapy/asn1/ber.py @@ -152,7 +152,6 @@ def do_dec(cls, s, context=None, safe=False): context = cls.tag.context cls.check_string(s) p = (s[0]) - print(context, type(context)) if p not in context: t = s if len(t) > 18: