Skip to content

Commit 87a4bff

Browse files
committed
chore: cleanup leftover debug statement
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent eade570 commit 87a4bff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/private/Files/ObjectStore/ObjectStoreStorage.php

-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ public function writeStream(string $path, $stream, ?int $size = null): int {
478478
$stats = fstat($stream);
479479
if (is_array($stats) && isset($stats['size'])) {
480480
$size = $stats['size'];
481-
$this->logger->warning("stream size $size");
482481
}
483482
}
484483

0 commit comments

Comments
 (0)