Remove verbose option from tests. It is not used anymore.

This commit is contained in:
Christopher K. Hoadley 2020-04-23 07:09:31 -05:00
parent 1eaf0dc46e
commit 1d251085b7

View file

@ -53,7 +53,6 @@ class SherlockBaseTest(unittest.TestCase):
#Create notify object for query results.
self.query_notify = QueryNotify()
self.verbose=False
self.tor=False
self.unique_tor=False
self.timeout=None