mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-28 22:20:25 +00:00
refactor(private-key): remove debugging statement from storeInFileSystem method for cleaner code
This commit is contained in:
@@ -158,7 +158,6 @@ class PrivateKey extends BaseModel
|
||||
|
||||
public function storeInFileSystem()
|
||||
{
|
||||
ray('storing private key in filesystem', $this->uuid);
|
||||
$filename = "ssh_key@{$this->uuid}";
|
||||
$disk = Storage::disk('ssh-keys');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user