diff options
author | Robin Appelman <robin@icewind.nl> | 2024-12-09 15:40:01 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2024-12-09 15:40:01 +0100 |
commit | 5896f8c37f5fc338e61792d190c01906cd7ce508 (patch) | |
tree | 70984a591d95b3378c847ec58d6d095c597e0a26 /lib | |
parent | 1f87fa63ba47f084c2c1a6dc48490fe5b7917e57 (diff) | |
download | nextcloud-server-5896f8c37f5fc338e61792d190c01906cd7ce508.tar.gz nextcloud-server-5896f8c37f5fc338e61792d190c01906cd7ce508.zip |
chore: cleanup leftover debug statements3-disable-multipart-remove-debug
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Files/ObjectStore/ObjectStoreStorage.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Files/ObjectStore/ObjectStoreStorage.php b/lib/private/Files/ObjectStore/ObjectStoreStorage.php index 78eb52a53d9..e05de7cd91d 100644 --- a/lib/private/Files/ObjectStore/ObjectStoreStorage.php +++ b/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"); } } |