Because the other part of the code works now, this is unnecessary

This commit is contained in:
Mikael Nordfeldth 2016-07-21 00:34:40 +02:00
parent d230d332cf
commit d5c733919b
1 changed files with 0 additions and 8 deletions

View File

@ -120,14 +120,6 @@ class ImageFile
Event::handle('FillImageFileMetadata', array($this));
}
public function __destruct()
{
if (strlen($this->filepath) > 0 && (!$this->fileRecord instanceof File || $this->filepath !== $this->fileRecord->getPath())) {
common_debug(__METHOD__.': Deleting temporary file that was created as image file thumbnail source: '._ve($this->filepath));
@unlink($this->filepath);
}
}
public static function fromFileObject(File $file)
{
$imgPath = null;