chore: cleanup leftover debug statement

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/49739/head
Robin Appelman 1 year ago
parent 1f87fa63ba
commit 5896f8c37f
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
  1. 1
      lib/private/Files/ObjectStore/ObjectStoreStorage.php

@ -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…
Cancel
Save