Skip to content

Commit

Permalink
Cleaning in javascript_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreQuentel committed Jan 19, 2024
1 parent ef00679 commit b40c820
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/pegen/javascript_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ def __str__(self) -> str:
]
else:
parts = ["(", self.assigned_variable, " = ", *parts, ")"]
if '*' in "".join(parts):
print('function call', "".join(parts))
input()
if self.comment:
parts.append(f" // {self.comment}")
return "".join(parts)
Expand Down

0 comments on commit b40c820

Please sign in to comment.