diff --git a/src/Bucket.php b/src/Bucket.php index 1fc34d4..21156c6 100644 --- a/src/Bucket.php +++ b/src/Bucket.php @@ -371,7 +371,6 @@ public function read(Connection $connection) : ?self */ public function request(?CommandInterface $command = null) : self { - $this->setReturnData(true); $this->setReturnCode(1); $this->setFlags(self::LEVIN_PACKET_REQUEST);