From 11da122ec29e986445e1262b6692cf1d647b99b2 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 18 Feb 2014 13:20:18 -0800 Subject: [PATCH] remove old commented out line of code --- umbra/umbra.py | 1 - 1 file changed, 1 deletion(-) diff --git a/umbra/umbra.py b/umbra/umbra.py index c644c16..0710990 100755 --- a/umbra/umbra.py +++ b/umbra/umbra.py @@ -209,7 +209,6 @@ class Chrome: def __exit__(self, *args): self.logger.info("killing chrome pid {}".format(self.chrome_process.pid)) os.killpg(self.chrome_process.pid, signal.SIGINT) - # self.chrome_process.send_signal(signal.SIGINT) self.chrome_process.wait() def main():