From 46d29a18a43784fa0beb23d264f499211f141c2a Mon Sep 17 00:00:00 2001 From: colorful-bubbles <36796574+colorful-bubbles@users.noreply.github.com> Date: Mon, 12 Nov 2018 09:17:40 +0100 Subject: [PATCH] Removed debug info --- src/Spout/Writer/WriterAbstract.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Spout/Writer/WriterAbstract.php b/src/Spout/Writer/WriterAbstract.php index 0474202..b47d093 100644 --- a/src/Spout/Writer/WriterAbstract.php +++ b/src/Spout/Writer/WriterAbstract.php @@ -165,7 +165,6 @@ abstract class WriterAbstract implements WriterInterface $this->isWriterOpened = false; rewind($this->filePointer); - fpassthru($this->filePointer); return $this->filePointer; }