···261261 def handle_kill_node(node, from_pid) do
262262 %{node_procs: node_procs} = sim = get_sim()
263263 [{_node, pids}] = :ets.lookup(node_procs, node)
264264- dbg pids
265264266265 # Note: we can ignore links here because we currently only support links on the same node
267266 Enum.each(pids, fn pid ->