mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debug
chore: cleanup leftover debug statement
This commit is contained in:
commit
1f6c8c1702
1 changed files with 0 additions and 1 deletions
|
|
@ -461,7 +461,6 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common implements IChunkedFil
|
|||
$stats = fstat($stream);
|
||||
if (is_array($stats) && isset($stats['size'])) {
|
||||
$size = $stats['size'];
|
||||
$this->logger->warning("stream size $size");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue