Skip to content

Commit fbd8e48

Browse files
committed
remove debug for metaclass
1 parent 26bf7dc commit fbd8e48

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

irods/access.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323

2424
class _Access_LookupMeta(type):
2525

26-
def __init__(self,*args,**kwargs):
27-
print (f"metaclass=_Access_LookupMeta used for defining class {args[0]!r}")
28-
super().__init__(*args,**kwargs)
29-
3026
@staticmethod
3127
def _codes():
3228
return collections.OrderedDict(

0 commit comments

Comments
 (0)