Skip to content

Commit

Permalink
🔥 remove print code
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Sep 30, 2024
1 parent 8b19fef commit 5777153
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arclet/entari/plugin/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def source_to_code(self, data, path, *, _optimize=-1): # type: ignore
else:
bodys.append(body)
nodes.body = bodys
print(ast.unparse(nodes))
return _bootstrap._call_with_frames_removed(compile, nodes, path, "exec", dont_inherit=True, optimize=_optimize)

def create_module(self, spec) -> Optional[ModuleType]:
Expand Down

0 comments on commit 5777153

Please sign in to comment.