chore: cleanup leftover debug statement

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2024-12-09 15:40:01 +01:00
parent eade5703ba
commit 87a4bff4ee

View file

@ -478,7 +478,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");
}
}