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()
|
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');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user