Skip to content

Commit

Permalink
Silence the dummy protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 3, 2014
1 parent df8d9b4 commit 823acb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooni/tests/test_nettest.py
Expand Up @@ -275,7 +275,7 @@ def setUp(self):

class DummyProtocol(Protocol):
def dataReceived(self, data):
print data
pass

class DummyFactory(Factory):
def __init__(self):
Expand Down

0 comments on commit 823acb7

Please sign in to comment.