Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
overfl0 committed Dec 1, 2024
1 parent e27a94f commit d2df9a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Pythia/python/Adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,6 @@ def reload_everything():

def reloadable_modules():
for module in sys.modules.values():
# if module.__name__.startswith('python.'):
# yield module
# continue

for name in PythiaModuleWrapper.modules:
if module.__name__ == name or module.__name__.startswith(name + '.'):
yield module
Expand Down

0 comments on commit d2df9a3

Please sign in to comment.