refactor(private-key): remove debugging statement from storeInFileSystem method for cleaner code

This commit is contained in:
Andras Bacsai
2025-09-10 08:19:25 +02:00
parent a60d6dadc7
commit cead87d650

View File

@@ -158,7 +158,6 @@ class PrivateKey extends BaseModel
public function storeInFileSystem() public function storeInFileSystem()
{ {
ray('storing private key in filesystem', $this->uuid);
$filename = "ssh_key@{$this->uuid}"; $filename = "ssh_key@{$this->uuid}";
$disk = Storage::disk('ssh-keys'); $disk = Storage::disk('ssh-keys');