Skip to content

Commit 1b11322

Browse files
committed
Remove STDERR debug statement
1 parent 9ecb3cc commit 1b11322

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/msf/core/payload/linux/bind_tcp.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def asm_bind_tcp(opts={})
7979
#reliable = opts[:reliable]
8080
close_socket = opts[:close_socket]
8181
encoded_port = "0x%.8x" % [opts[:port].to_i,2].pack("vn").unpack("N").first
82-
STDERR.puts("#{opts.inspect}\n")
8382

8483
asm = %Q^
8584
bind_tcp:

0 commit comments

Comments
 (0)