refactor(remoteProcess): remove debugging statement from transfer_file_to_container function for cleaner code
This commit is contained in:
parent
b6113839ec
commit
f18dff186d
1 changed files with 0 additions and 1 deletions
|
|
@ -130,7 +130,6 @@ function transfer_file_to_container(string $content, string $container_path, str
|
||||||
return instant_remote_process_with_timeout($commands, $server, $throwError);
|
return instant_remote_process_with_timeout($commands, $server, $throwError);
|
||||||
|
|
||||||
} finally {
|
} finally {
|
||||||
ray($temp_file);
|
|
||||||
// Always cleanup local temp file
|
// Always cleanup local temp file
|
||||||
if (file_exists($temp_file)) {
|
if (file_exists($temp_file)) {
|
||||||
unlink($temp_file);
|
unlink($temp_file);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue