remove old commented out line of code

This commit is contained in:
Noah Levitt 2014-02-18 13:20:18 -08:00
parent b96d8856d4
commit 11da122ec2

View File

@ -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():