Unverified Commit d4daceb8 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

remove message (#1685)

parent 32ea1b20
...@@ -49,7 +49,6 @@ class ObjectBase(object): ...@@ -49,7 +49,6 @@ class ObjectBase(object):
def __getattr__(self, name): def __getattr__(self, name):
if name == 'handle': if name == 'handle':
raise AttributeError("'handle' is a reserved attribute name that should not be used") raise AttributeError("'handle' is a reserved attribute name that should not be used")
print('in get attr:', name)
ret_val = DGLValue() ret_val = DGLValue()
ret_type_code = ctypes.c_int() ret_type_code = ctypes.c_int()
ret_success = ctypes.c_int() ret_success = ctypes.c_int()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment