this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove dbg

garrison 366f69dd 44385b70

-1
-1
lib/trinity/scheduler.ex
··· 261 261 def handle_kill_node(node, from_pid) do 262 262 %{node_procs: node_procs} = sim = get_sim() 263 263 [{_node, pids}] = :ets.lookup(node_procs, node) 264 - dbg pids 265 264 266 265 # Note: we can ignore links here because we currently only support links on the same node 267 266 Enum.each(pids, fn pid ->