debug-output removed

master
Denis Knauf 2023-09-21 19:21:18 +02:00
parent 82b3d3cda2
commit e2b38ca779
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ def cli_task
tcli.cmd( :status, "Lists tasks with status", aliases: [nil], &lambda {|target=nil, sort: nil, node: nil, status: nil|
connect
task_table order: [2] do |push|
Proxmox::Node.all.each {|n| n.tasks.each {|t| p t; push.call t } }
Proxmox::Node.all.each {|n| n.tasks.each &push }
end
})