Removed debug info

This commit is contained in:
colorful-bubbles 2018-11-12 09:17:40 +01:00 committed by GitHub
parent e5c88e899c
commit 46d29a18a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,6 @@ abstract class WriterAbstract implements WriterInterface
$this->isWriterOpened = false;
rewind($this->filePointer);
fpassthru($this->filePointer);
return $this->filePointer;
}