We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee4bfa commit 32236c7Copy full SHA for 32236c7
ipyparallel/cluster/app.py
@@ -249,7 +249,6 @@ def _classes_default(self):
249
group_name = f'ipyparallel.{kind}_launchers'
250
group = entrypoints.get_group_named(group_name)
251
for key, value in group.items():
252
- print("loading", key, value)
253
try:
254
cls = value.load()
255
except Exception as e:
0 commit comments