refactor(remoteProcess): remove debugging statement from transfer_file_to_server function to clean up code
This commit is contained in:
parent
45ca76ed1c
commit
ccc9ceb734
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ function transfer_file_to_server(string $content, string $server_path, Server $s
|
|||
return instant_scp($temp_file, $server_path, $server, $throwError);
|
||||
|
||||
} finally {
|
||||
ray($temp_file);
|
||||
// Always cleanup local temp file
|
||||
if (file_exists($temp_file)) {
|
||||
unlink($temp_file);
|
||||
|
|
|
|||
Loading…
Reference in a new issue