1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

Removed progress printing to standard out

git-svn-id: file:///home/svn/framework3/trunk@9436 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Carlos Perez 2010-06-06 02:35:25 +00:00
parent f2197699da
commit 88a7d4b6ca

View File

@ -46,7 +46,6 @@ def packetrecord(session, packtime, logfile,intid)
rec = 1
print_status("Packets being saved in to #{logfile}")
#Inserting Packets every number of seconds specified
print("[*] Recording .")
while rec == 1
path_cap = logfile
path_raw = logfile + '.raw'