refactor(remoteProcess): remove debugging statement from transfer_file_to_container function for cleaner code

This commit is contained in:
Andras Bacsai
2025-09-10 13:25:23 +02:00
parent b6113839ec
commit f18dff186d

View File

@@ -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);