Remove logging statement from #send_right.

This commit is contained in:
Patrick Mahoney 2012-01-21 15:10:38 -06:00
parent 0ac03cfefc
commit 933690a426
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ module Mach
# must already have the requisite rights allowing it to send
# +right+.
def send_right(right, remote_port)
puts "send_right: (in #{mach_task_self}) sending #{right} on #{port} -> #{remote_port.to_i}"
msg = FFI::Struct.new(nil,
:header, MsgHeader,
:body, MsgBody,