refactor(private-key): remove debugging statement from storeInFileSystem method for cleaner code
This commit is contained in:
parent
a60d6dadc7
commit
cead87d650
1 changed files with 0 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ public static function validateAndExtractPublicKey($privateKey)
|
||||||
|
|
||||||
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');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue