[tor-commits] [ooni-probe/master] Remove unneeded commented out line
art at torproject.org
art at torproject.org
Fri Mar 1 11:32:18 UTC 2013
commit 78650a6bc490851ef3aec7ed096c1da901f73adb
Author: Arturo Filastò <art at fuffa.org>
Date: Fri Mar 1 12:33:05 2013 +0100
Remove unneeded commented out line
---
ooni/templates/scapyt.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ooni/templates/scapyt.py b/ooni/templates/scapyt.py
index df19684..83e5491 100644
--- a/ooni/templates/scapyt.py
+++ b/ooni/templates/scapyt.py
@@ -136,7 +136,6 @@ class BaseScapyTest(NetTestCase):
config.scapyFactory.registerProtocol(scapySender)
scapySender.startSending(packets)
- #scapySender.sendPackets(packets)
scapySender.stopSending()
for sent_packet in packets:
More information about the tor-commits
mailing list