From 7ecbc3a8f2e681ccf0332fb7c8af638ed10cfcec Mon Sep 17 00:00:00 2001 From: robk-tahoe Date: Thu, 10 Jan 2008 15:52:04 -0700 Subject: [PATCH] remove some vestigial cruft from tahoesvc --- windows/tahoesvc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/tahoesvc.py b/windows/tahoesvc.py index b1c885a3..1b830e7c 100644 --- a/windows/tahoesvc.py +++ b/windows/tahoesvc.py @@ -105,7 +105,6 @@ class Tahoe(win32serviceutil.ServiceFramework): logmsg("wake up") - reactor.callFromThread(self.app.shutdown) reactor.callFromThread(reactor.stop) time.sleep(2) # give the node/reactor a chance to cleanup -- 2.45.2