Fix unnecessary debug statement in LocalFileVolume.php

This commit is contained in:
Andras Bacsai 2024-04-15 14:46:38 +02:00
parent 16f9c727f2
commit b3f1cc3edd

View File

@ -63,7 +63,6 @@ public function saveStorageOnServer()
$content = base64_encode($content);
$chmod = $fileVolume->chmod;
$chown = $fileVolume->chown;
ray($content, $path, $chmod, $chown);
$commands->push("echo '$content' | base64 -d > $path");
$commands->push("chmod +x $path");
if ($chown) {