[-] Remove useless commented lines

GSoC/Meterpreter_Web_Console
WangYihang 2018-06-06 13:17:56 +08:00
parent 66c2c3a78b
commit 939a2f4cff
1 changed files with 0 additions and 1 deletions

View File

@ -397,7 +397,6 @@ protected
sd = Rex::ThreadSafe.select([ _local_fd ], nil, [_local_fd], 5.0)
# Write input to the ring's input mechanism
# shell_write(user_input.gets) if sd
run_cmd(user_input.gets) if sd
end