chore: Remove comment about practice subdirs

This commit is contained in:
Paul Gauthier (aider) 2024-12-17 17:35:17 -08:00
parent e8ed3b9e23
commit f9646ac47a

View file

@ -289,7 +289,6 @@ def main(
dirname.rename(dest)
if not dirname.exists():
# only copy the practice subdirs with the exercises ai!
print(f"Copying {original_dname} -> {dirname} ...")
shutil.copytree(original_dname, dirname)
print("...done")