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

Commit c8ec9b2

Browse files
authored
Merge pull request #58 from martinRenou/remove_unwanted_print
Remove print statement
2 parents 786b3c5 + 2fef275 commit c8ec9b2

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)