diff --git a/oml/tor.py b/oml/tor.py index c8914db..4e89e34 100644 --- a/oml/tor.py +++ b/oml/tor.py @@ -81,7 +81,6 @@ DirReqStatistics 0 self.p = None def shutdown(self): - print('kill tor') if self.p: self.p.kill()