Skip to content
Snippets Groups Projects
Commit d29a3eb0 authored by Xun Yang's avatar Xun Yang
Browse files

remove debug line

parent 9ee21a5c
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,6 @@ class MethodNode(ASTNode):
raise Exception('HERE {}, {}'.format(self.params[i].paramType.name, other.params[i].paramType.name))
return False
return True
if self.name == 'addAll':
raise Exception('THERE')
return False
def buildEnv(self, parentEnv):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment