Merge pull request 'clean up' (#12) from zinit_client into main

Reviewed-on: #12
This commit is contained in:
timur 2025-05-23 17:37:45 +00:00
commit 944f22be23

View File

@ -63,15 +63,6 @@ try {
for log in logs {
print(log);
}
// Or to get all logs (uncomment if needed)
// print("\nGetting all logs:");
// let all_logs = zinit_logs_all(socket_path);
//
// for log in all_logs {
// print(log);
// }
// Clean up
print("\nCleaning up:");
let stop_result = zinit_stop(socket_path, new_service);