Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 2fef275

Browse files
committed
Remove print statement
1 parent 786b3c5 commit 2fef275

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jupyterlite_xeus_python/env_build_addon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,6 @@ def dedupe_federated_extensions(self, config):
283283

284284
config[FEDERATED_EXTENSIONS] = sorted(named.values(), key=lambda x: x["name"])
285285

286-
print("--- CONFIG AFTER DEDUPE", config)
287-
288286
def __del__(self):
289287
# Cleanup
290288
shutil.rmtree(self.root_prefix, ignore_errors=True)

0 commit comments

Comments
 (0)