mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 12:00:39 -05:00
chore: cleanup leftover debug statement
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
eade5703ba
commit
87a4bff4ee
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue