# File lib/sup/thread.rb, line 312 def remove_id mid return unless @messages.member?(mid) c = @messages[mid] remove_container c prune_thread_of c end