Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
sage_setup.command.sage_install: Fixup: Remove cleaning code (moved t…
Browse files Browse the repository at this point in the history
…o sage_install_and_clean)
  • Loading branch information
Matthias Koeppe committed Oct 17, 2020
1 parent 9b95628 commit ad9402f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sage_setup/command/sage_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ class sage_install(install):
def run(self):
install.run(self)
self.install_kernel_spec()
log.info('Cleaning up stale installed files....')
t = time.time()
self.clean_stale_files()
log.info('Finished cleaning, time: %.2f seconds.' % (time.time() - t))

def install_kernel_spec(self):
"""
Expand Down

0 comments on commit ad9402f

Please sign in to comment.