Remove cleanup_tempfiles altogether because they are not being used

This commit is contained in:
Micah Lee 2022-02-13 10:40:55 -08:00
parent 5d6e4ecd01
commit 31bf763baa
3 changed files with 0 additions and 13 deletions

View file

@ -201,9 +201,6 @@ class SendBaseModeWeb:
self._gzip_compress(filesystem_path, gzip_filename, 6, None)
self.gzip_individual_files[filesystem_path] = gzip_filename
# Cleanup this temp file
self.web.cleanup_tempfiles.append(gzip_filename)
file_to_download = self.gzip_individual_files[filesystem_path]
filesize = os.path.getsize(self.gzip_individual_files[filesystem_path])
else: