clean up
This commit is contained in:
parent
f386890a8a
commit
916eabfa42
@ -63,15 +63,6 @@ try {
|
|||||||
for log in logs {
|
for log in logs {
|
||||||
print(log);
|
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
|
// Clean up
|
||||||
print("\nCleaning up:");
|
print("\nCleaning up:");
|
||||||
let stop_result = zinit_stop(socket_path, new_service);
|
let stop_result = zinit_stop(socket_path, new_service);
|
||||||
|
Loading…
Reference in New Issue
Block a user