Skip to content

Commit 32236c7

Browse files
committed
remove debug print
1 parent 2ee4bfa commit 32236c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ipyparallel/cluster/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ def _classes_default(self):
249249
group_name = f'ipyparallel.{kind}_launchers'
250250
group = entrypoints.get_group_named(group_name)
251251
for key, value in group.items():
252-
print("loading", key, value)
253252
try:
254253
cls = value.load()
255254
except Exception as e:

0 commit comments

Comments
 (0)