diff --git a/ciscoconfparse/ccp_util.py b/ciscoconfparse/ccp_util.py index 881e171c..b42f98e3 100644 --- a/ciscoconfparse/ccp_util.py +++ b/ciscoconfparse/ccp_util.py @@ -1473,7 +1473,6 @@ def version(self): """Returns the IP version of the object as an integer. i.e. 4""" return 4 - # do NOT wrap with @logger.catch(...) # On IPv4Obj() @property